Views wizard plugins in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\views_wizard_plugins
- 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
Parent topics
File
- core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php, line 18
Classes
Name | Location | Description |
---|---|---|
Standard |
core/ |
Standard Views wizard plugin. |
ViewsWizard |
core/ |
Defines a Plugin annotation object for views wizard plugins. |
WizardPluginBase |
core/ |
Base class for Views wizard plugins. |
Interfaces
Name | Location | Description |
---|---|---|
WizardInterface |
core/ |
Defines a common interface for Views Wizard plugins. |