Interim commit.
[yaffs-website] / web / modules / contrib / entity_browser / src / Wizard / EntityBrowserWizardAdd.php
1 <?php
2
3 namespace Drupal\entity_browser\Wizard;
4
5 /**
6  * Custom override for create form.
7  */
8 class EntityBrowserWizardAdd extends EntityBrowserWizard {
9
10   /**
11    * {@inheritdoc}
12    */
13   public function getRouteName() {
14     return 'entity.entity_browser.edit_form';
15   }
16
17 }