You are here

function views_content_plugin_display_ctools_context::preview in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 views_content/plugins/views/views_content_plugin_display_ctools_context.inc \views_content_plugin_display_ctools_context::preview()

File

views_content/plugins/views/views_content_plugin_display_ctools_context.inc, line 47
Contains the block display plugin.

Class

views_content_plugin_display_ctools_context
The plugin that handles a block.

Code

function preview() {
  $this->previewing = TRUE;
  return $this->view
    ->render();
}