You are here

Views display plugins in Views (for Drupal 7) 8.3

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

lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php, line 13
Definition of Drupal\views\Plugin\views\display\DisplayPluginBase.

Classes

Namesort descending Location Description
Attachment lib/Drupal/views/Plugin/views/display/Attachment.php The plugin that handles an attachment display.
Block lib/Views/block/Plugin/views/display/Block.php The plugin that handles a block.
DefaultDisplay lib/Drupal/views/Plugin/views/display/DefaultDisplay.php A plugin to handle defaults on a view.
DisplayExtenderPluginBase lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php @todo.
DisplayPluginBase 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 lib/Drupal/views/Plugin/views/display/Embed.php The plugin that handles an embed display.
Feed lib/Drupal/views/Plugin/views/display/Feed.php The plugin that handles a feed, such as RSS or atom.
Page lib/Drupal/views/Plugin/views/display/Page.php The plugin that handles a full page.