Views' display plugins


Data Structures

class  views_plugin_display
class  views_plugin_display_attachment
class  views_plugin_display_block
class  views_plugin_display_default
class  views_plugin_display_feed
class  views_plugin_display_page

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