You are here

function custom_pagers_plugin_display_simple::execute in Custom Pagers 7

Same name and namespace in other branches
  1. 6 views/custom_pagers_plugin_display_simple.inc \custom_pagers_plugin_display_simple::execute()

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/custom_pagers_plugin_display_simple.inc, line 8
Handler for 'custom_pagers_simple' display.

Class

custom_pagers_plugin_display_simple
@file Handler for 'custom_pagers_simple' display.

Code

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