function WizardInterface::create_view in Views (for Drupal 7) 8.3
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 lib/
Drupal/ views/ Plugin/ views/ wizard/ WizardPluginBase.php - Implements Drupal\views\Plugin\views\wizard\WizardInterface::create_view().
File
- 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\wizardCode
function create_view(array $form, array &$form_state);