interface WizardInterface

Defines a common interface for Views Wizard plugins.

Hierarchy

Expanded class hierarchy of WizardInterface

All classes that implement WizardInterface

3 files declare their use of WizardInterface

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php, line 13
Definition of Drupal\views\Plugin\views\wizard\WizardInterface.

Namespace

Drupal\views\Plugin\views\wizard
View source

Members

Namesort descending Modifiers Type Description Overrides
WizardInterface::build_form function Form callback to build other elements in the "show" form. 1
WizardInterface::create_view function Creates a view from values that have already been validated. 1
WizardInterface::validateView public function Validate form and values. 1