function PagerPluginBase::render

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.

1 method overrides PagerPluginBase::render()
Full::render in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php
Render the pager.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 217
Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.

Class

PagerPluginBase
The base plugin to handle pager.

Namespace

Drupal\views\Plugin\views\pager

Code

function render($input) {
}