1 views_ui_base_views_wizard.php ViewsWizardInterface::create_view($form, &$form_state)

Create a new View from form values.

Return value

a view object.:

Throws

ViewsWizardException in the event of a problem.

File

core/modules/views_ui/wizards/views_ui_base_views_wizard.php, line 32
Provides the interface and base class for Views Wizard plugins.

Class

ViewsWizardInterface
Defines a common interface for Views Wizard plugins.

Code

function create_view($form, &$form_state);