Issue #3157462 by Hardik_Patel_12, sd9121: Fixing comment error in viewAddForm file
(cherry picked from commit 84241510b2
)
merge-requests/64/head
parent
44918b7bc7
commit
ee175ce9f9
|
@ -9,7 +9,7 @@ use Drupal\views\Plugin\ViewsPluginManager;
|
|||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
/**
|
||||
* Form controller for the Views edit form.
|
||||
* Form controller for the Views add form.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
|
@ -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…
Reference in New Issue