You are here

function custom_pagers_plugin_display_simple::execute in Custom Pagers 6

Same name and namespace in other branches
  1. 7 views/custom_pagers_plugin_display_simple.inc \custom_pagers_plugin_display_simple::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);
}