Loading core/modules/views_ui/src/ViewAddForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; /** * Form controller for the Views edit form. * Form controller for the Views add form. * * @internal */ Loading @@ -23,7 +23,7 @@ class ViewAddForm extends ViewFormBase { protected $wizardManager; /** * Constructs a new ViewEditForm object. * Constructs a new ViewAddForm object. * * @param \Drupal\views\Plugin\ViewsPluginManager $wizard_manager * The wizard plugin manager. Loading Loading
core/modules/views_ui/src/ViewAddForm.php +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; /** * Form controller for the Views edit form. * Form controller for the Views add form. * * @internal */ Loading @@ -23,7 +23,7 @@ class ViewAddForm extends ViewFormBase { protected $wizardManager; /** * Constructs a new ViewEditForm object. * Constructs a new ViewAddForm object. * * @param \Drupal\views\Plugin\ViewsPluginManager $wizard_manager * The wizard plugin manager. Loading