You are here

function views_plugin_display::render_pager in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 plugins/views_plugin_display.inc \views_plugin_display::render_pager()
  2. 7.3 plugins/views_plugin_display.inc \views_plugin_display::render_pager()

Does the display render the pager if it has it enabled?

1 method overrides views_plugin_display::render_pager()
views_plugin_display_attachment::render_pager in plugins/views_plugin_display_attachment.inc
Does the display render the pager if it has it enabled?

File

plugins/views_plugin_display.inc, line 124
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 render_pager() {
  return $this
    ->use_pager();
}