public function PagerPluginBase::render in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\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 207 - Contains \Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
public function render($input) {
}