Views' display plugins
Same name in other branches
- 7.x-3.x plugins/views_plugin_display.inc \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, such as a Panels pane, or an insert view, or a CCK field type.
See also
hook_views_plugins
File
-
plugins/
views_plugin_display.inc, line 7
Classes
Title Sort descending | File name | Summary |
---|---|---|
views_plugin_display | plugins/ |
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods. |
views_plugin_display | plugins/ |
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods. |
views_plugin_display_attachment | plugins/ |
The plugin that handles an attachment display. |
views_plugin_display_block | plugins/ |
The plugin that handles a block. |
views_plugin_display_default | plugins/ |
A plugin to handle defaults on a view. |
views_plugin_display_feed | plugins/ |
The plugin that handles a feed, such as RSS or atom. |
views_plugin_display_page | plugins/ |
The plugin that handles a full page. |