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
Name | Location | Description |
---|---|---|
Attachment |
lib/ |
The plugin that handles an attachment display. |
Block |
lib/ |
The plugin that handles a block. |
DefaultDisplay |
lib/ |
A plugin to handle defaults on a view. |
DisplayExtenderPluginBase |
lib/ |
@todo. |
DisplayPluginBase |
lib/ |
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods. |
Embed |
lib/ |
The plugin that handles an embed display. |
Feed |
lib/ |
The plugin that handles a feed, such as RSS or atom. |
Page |
lib/ |
The plugin that handles a full page. |