ViewAddForm::__construct

public ViewAddForm::__construct(ViewsPluginManager $wizard_manager)

Constructs a new ViewEditForm object.

Parameters

\Drupal\views\Plugin\ViewsPluginManager $wizard_manager: The wizard plugin manager.

File

core/modules/views_ui/src/ViewAddForm.php, line 29

Class

ViewAddForm
Form controller for the Views edit form.

Namespace

Drupal\views_ui

Code

public function __construct(ViewsPluginManager $wizard_manager) {
  $this->wizardManager = $wizard_manager;
}
doc_Drupal
2016-10-29 09:53:48
Comments
Leave a Comment

Please login to continue.