function views_plugin_display::execute
When used externally, this is how a view gets run and returns data in the format required.
The base class cannot be executed.
4 methods override views_plugin_display::execute()
- views_plugin_display_attachment::execute in plugins/
views_plugin_display_attachment.inc - When used externally, this is how a view gets run and returns data in the format required.
- views_plugin_display_block::execute in plugins/
views_plugin_display_block.inc - The display block handler returns the structure necessary for a block.
- views_plugin_display_default::execute in plugins/
views_plugin_display_default.inc - The default execute handler fully renders the view.
- views_plugin_display_page::execute in plugins/
views_plugin_display_page.inc - The display page handler returns a normal view, but it also does a drupal_set_title for the page, and does a views_set_page_view on the view.
File
-
plugins/
views_plugin_display.inc, line 2878
Class
- views_plugin_display
- The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
Code
public function execute() {
}