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 206 
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
public function render($input) {
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
