You are here

public function PagerPluginBase::render in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::render()
  2. 9 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 204

Class

PagerPluginBase
Base class for views pager plugins.

Namespace

Drupal\views\Plugin\views\pager

Code

public function render($input) {
}