You are here

function finder_plugin_display::execute in Finder 7.2

When used externally, this is how a view gets run and returns data in the format required.

The base class cannot be executed.

Overrides views_plugin_display::execute

File

views/finder_plugin_display.inc, line 9
Handler for 'finder_plugin_display' display.

Class

finder_plugin_display
@file Handler for 'finder_plugin_display' display.

Code

function execute() {
  return $this->view
    ->render($this->display->id);
}