Views area handler plugins
Same name in other branches
- 9 core/modules/views/src/Plugin/views/area/AreaPluginBase.php \Drupal\views\Plugin\views\area\views_area_handlers
- 10 core/modules/views/src/Plugin/views/area/AreaPluginBase.php \Drupal\views\Plugin\views\area\views_area_handlers
- 11.x core/modules/views/src/Plugin/views/area/AreaPluginBase.php \Drupal\views\Plugin\views\area\views_area_handlers
Plugins governing areas of views, such as header, footer, and empty text.
Area handler plugins extend \Drupal\views\Plugin\views\area\AreaPluginBase. They must be annotated with \Drupal\views\Annotation\ViewsArea annotation, and they must be in namespace directory Plugin\views\area.
See also
Parent topics
File
-
core/
modules/ views/ src/ Plugin/ views/ area/ AreaPluginBase.php, line 10
Classes
Title Sort descending | File name | Summary |
---|---|---|
AreaPluginBase | core/ |
Base class for area handler plugins. |
Broken | core/ |
A special handler to take the place of missing or broken handlers. |
DisplayLink | core/ |
Views area display_link handler. |
Entity | core/ |
Provides an area handler which renders an entity in a certain view mode. |
HTTPStatusCode | core/ |
Alter the HTTP response status code used by the view. |
ListingEmpty | core/ |
Defines an area plugin to display a node/add link. |
ListingEmpty | core/ |
Defines an area plugin to display a block add link. |
Messages | core/ |
Provides an area for messages. |
Result | core/ |
Views area handler to display some configurable result summary. |
Text | core/ |
Views area text handler. |
TextCustom | core/ |
Views area text handler. |
Title | core/ |
Views area title override handler. |
TokenizeAreaPluginBase | core/ |
Tokenized base class for area handlers. |
View | core/ |
Views area handlers. Insert a view inside of an area. |
ViewsArea | core/ |
Defines a Plugin annotation object for views area handlers. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.