Perform any needed actions just before rendering.
File
- drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 218
- Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- The base plugin to handle pager.
Namespace
Drupal\views\Plugin\views\pager
Code
function pre_render(&$result) {
}