Views area handlers

Handlers to tell Views what can display in header, footer and empty text in a view.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php, line 15
Definition of Drupal\views\Plugin\views\area\AreaPluginBase.

Classes

Namesort descending Location Description
AreaPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php Base class for area handlers.
AreaPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php Base class for area handlers.
Broken drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Broken.php A special handler to take the place of missing or broken handlers.
Entity drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
ListingEmpty drupal/core/modules/node/lib/Drupal/node/Plugin/views/area/ListingEmpty.php Defines an area plugin to display a node/add link.
Result drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Result.php Views area handler to display some configurable result summary.
Text drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Text.php Views area text handler.
TextCustom drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/TextCustom.php Views area text handler.
Title drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Title.php Views area title override handler.
TokenizeAreaPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/TokenizeAreaPluginBase.php Tokenized base class for area handlers.
View drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.