function views_plugin_display::render

Same name in other branches
  1. 7.x-3.x plugins/views_plugin_display.inc \views_plugin_display::render()

Render this display.

1 method overrides views_plugin_display::render()
views_plugin_display_feed::render in plugins/views_plugin_display_feed.inc
Instead of going through the standard views_view.tpl.php, delegate this to the style handler.

File

plugins/views_plugin_display.inc, line 2384

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(), $this->view);
}