function ViewAddForm::__construct
Same name in other branches
- 9 core/modules/views_ui/src/ViewAddForm.php \Drupal\views_ui\ViewAddForm::__construct()
- 10 core/modules/views_ui/src/ViewAddForm.php \Drupal\views_ui\ViewAddForm::__construct()
- 11.x core/modules/views_ui/src/ViewAddForm.php \Drupal\views_ui\ViewAddForm::__construct()
Constructs a new ViewAddForm object.
Parameters
\Drupal\views\Plugin\ViewsPluginManager $wizard_manager: The wizard plugin manager.
File
-
core/
modules/ views_ui/ src/ ViewAddForm.php, line 31
Class
- ViewAddForm
- Form controller for the Views add form.
Namespace
Drupal\views_uiCode
public function __construct(ViewsPluginManager $wizard_manager) {
$this->wizardManager = $wizard_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.