public function PagerPluginBase::preRender in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::preRender()
Perform any needed actions just before rendering.
File
- core/
modules/ views/ src/ Plugin/ views/ pager/ PagerPluginBase.php, line 193
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
public function preRender(&$result) {
}