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 14
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.
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.
View drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.