public function ViewAddFormController::__construct

Constructs a new ViewEditFormController object.

Parameters

string $operation: The name of the current operation.

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

Overrides EntityFormController::__construct

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php, line 36
Contains Drupal\views_ui\ViewAddFormController.

Class

ViewAddFormController
Form controller for the Views edit form.

Namespace

Drupal\views_ui

Code

public function __construct($operation, ViewsPluginManager $wizard_manager) {
  parent::__construct($operation);
  $this->wizardManager = $wizard_manager;
}