function PagerPluginBase::render
Return the renderable array of the pager.
Called during the view render process.
Parameters
$input: Any extra GET parameters that should be retained, such as exposed input.
2 methods override PagerPluginBase::render()
- Full::render in core/
modules/ views/ src/ Plugin/ views/ pager/ Full.php - Return the renderable array of the pager.
- Mini::render in core/
modules/ views/ src/ Plugin/ views/ pager/ Mini.php - Return the renderable array of the pager.
File
-
core/
modules/ views/ src/ Plugin/ views/ pager/ PagerPluginBase.php, line 243
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
public function render($input) {
}