public function PagerPluginBase::updatePageInfo

If there are pagers that need global values set, this method can be used to set them. It will be called when the count query is run.

1 call to PagerPluginBase::updatePageInfo()
1 method overrides PagerPluginBase::updatePageInfo()

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 194
Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.

Class

PagerPluginBase
The base plugin to handle pager.

Namespace

Drupal\views\Plugin\views\pager

Code

public function updatePageInfo() {
}