for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @file
* Contains \Drupal\entity_browser\Wizard\EntityBrowserWizardAdd.
*/
namespace Drupal\entity_browser\Wizard;
* Custom override for create form.
class EntityBrowserWizardAdd extends EntityBrowserWizard {
* {@inheritdoc}
public function getRouteName() {
return 'entity.entity_browser.edit_form';
}