Classes

Views' display plugins

Display plugins control how Views interact with the rest of Drupal. More...

Classes

class  views_plugin_display
 The default display plugin handler. More...
class  views_plugin_display_attachment
 The plugin that handles an attachment display. More...
class  views_plugin_display_block
 The plugin that handles a block. More...
class  views_plugin_display_default
 A plugin to handle defaults on a view. More...
class  views_plugin_display_feed
 The plugin that handles a feed, such as RSS or atom. More...
class  views_plugin_display_page
 The plugin that handles a full page. More...

Detailed Description

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