function WizardInterface::create_view

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::create_view()
WizardPluginBase::create_view in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Implements Drupal\views\Plugin\views\wizard\WizardInterface::create_view().

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

function create_view(array $form, array &$form_state);