1 views_plugin_display.inc views_plugin_display::preview()

Fully render the display for the purposes of a live preview or some other AJAXy reason.

File

core/modules/views/plugins/views_plugin_display.inc, line 2705
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 preview() {
  return $this->view->render();
}