Same name and namespace in other branches
  1. 6.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 8
Definition of views_plugin_display.

Classes

Namesort descending Location Description
views_plugin_display plugins/views_plugin_display.inc The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
views_plugin_display_embed plugins/views_plugin_display_embed.inc The plugin that handles an embed display.
views_plugin_display_extender plugins/views_plugin_display_extender.inc @todo.