You are here

function ViewsWizardInterface::create_view in Views (for Drupal 7) 7.3

Create a new View from form values.

Return value

a view object.

Throws

ViewsWizardException in the event of a problem.

1 method overrides ViewsWizardInterface::create_view()
ViewsUiBaseViewsWizard::create_view in plugins/views_wizard/views_ui_base_views_wizard.class.php
Create a View from values that have been already submitted to validate().

File

plugins/views_wizard/views_ui_base_views_wizard.class.php, line 37
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);