1.20.x views_plugin_pager.inc views_plugin_pager::render($input)

Render the pager.

Called during the view render process, this will render the pager.

Parameters

$input: Any extra GET parameters that should be retained, such as exposed input.

File

modules/views/plugins/views_plugin_pager.inc, line 203
Definition of views_plugin_pager.

Class

views_plugin_pager
The base plugin to handle pager.

Code

function render($input) {
}