function ViewsWizardInterface::create_view
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
Class
- ViewsWizardInterface
- Defines a common interface for Views Wizard plugins.
Code
public function create_view($form, &$form_state);