You are here

public function PagerPluginBase::preRender in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 196
Contains \Drupal\views\Plugin\views\pager\PagerPluginBase.

Class

PagerPluginBase
Base class for views pager plugins.

Namespace

Drupal\views\Plugin\views\pager

Code

public function preRender(&$result) {
}