public function WizardInterface::createView

Creates a view from values that have already been validated.

Parameters

array $form: The full wizard form array.

array $form_state: The current state of the wizard form.

Return value

Drupal\views\ViewExecutable The created view object.

Throws

Drupal\views\Plugin\views\wizard\WizardException

1 method overrides WizardInterface::createView()
WizardPluginBase::createView in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Creates a view from values that have already been validated.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php, line 58
Definition of Drupal\views\Plugin\views\wizard\WizardInterface.

Class

WizardInterface
Defines a common interface for Views Wizard plugins.

Namespace

Drupal\views\Plugin\views\wizard

Code

public function createView(array $form, array &$form_state);