1 views_plugin_display.inc views_plugin_display::render()

Render this display.

File

core/modules/views/plugins/views_plugin_display.inc, line 2632
Contains the base display plugin.

Class

views_plugin_display
The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.

Code

function render() {
  return theme($this->theme_functions(), array('view' => $this->view));
}