Display plugins control how Views interact with the rest of Backdrop.
They can handle creating Views from a Backdrop page hook; they can handle creating Views from a Backdrop block hook. They can also handle creating Views from an external module source, such as a Panels pane, or an insert view, or a CCK field type.
See also
File
- core/
modules/ views/ plugins/ views_plugin_display.inc, line 7 - Contains the base display plugin.
Classes
Name | Location | Description |
---|---|---|
views_plugin_display |
core/ |
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods. |
views_plugin_display_attachment |
core/ |
The plugin that handles an attachment display. |
views_plugin_display_block |
core/ |
The plugin that handles a block. |
views_plugin_display_default |
core/ |
A plugin to handle defaults on a view. |
views_plugin_display_embed |
core/ |
The plugin that handles an embed display. |
views_plugin_display_extender |
core/ |
@todo. |
views_plugin_display_feed |
core/ |
The plugin that handles a feed, such as RSS or atom. |
views_plugin_display_page |
core/ |
The plugin that handles a full page. |