Views wizard plugins

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\views_wizard_plugins
  2. 8.9.x core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\views_wizard_plugins
  3. 10 core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\views_wizard_plugins

Plugins for Views wizards.

Wizard handlers implement \Drupal\views\Plugin\views\wizard\WizardInterface, and usually extend \Drupal\views\Plugin\views\wizard\WizardPluginBase. They must be annotated with \Drupal\views\Annotation\ViewsWizard annotation, and they must be in namespace directory Plugin\views\wizard.

See also

Plugin API

Parent topics

File

core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php, line 18

Classes

Title Sort descending File name Summary
Standard core/modules/views/src/Plugin/views/wizard/Standard.php Standard Views wizard plugin.
ViewsWizard core/modules/views/src/Attribute/ViewsWizard.php Defines a Plugin attribute object for views wizard plugins.
ViewsWizard core/modules/views/src/Annotation/ViewsWizard.php Defines a Plugin annotation object for views wizard plugins.
WizardPluginBase core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Base class for Views wizard plugins.

Interfaces

Title Sort descending File name Summary
WizardInterface core/modules/views/src/Plugin/views/wizard/WizardInterface.php Defines a common interface for Views Wizard plugins.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.