Views display plugins

Display plugins control how Views interact with the rest of Drupal.

They can handle creating Views from a Drupal page hook; they can handle creating Views from a Drupal block hook. They can also handle creating Views from an external module source.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php, line 13
Contains Drupal\views\Plugin\views\display\DisplayPluginBase.

Classes

Namesort descending Location Description
Attachment drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php The plugin that handles an attachment display.
Block drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php The plugin that handles a block.
DefaultDisplay drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DefaultDisplay.php A plugin to handle defaults on a view.
DisplayExtenderPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php @todo.
DisplayPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
Embed drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Embed.php The plugin that handles an embed display.
Feed drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php The plugin that handles a feed, such as RSS or atom.
Page drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php The plugin that handles a full page.