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()
PagerPluginBase::executeCountQuery in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php
Execute the count query, which will be done just prior to the query itself being executed.
1 method overrides PagerPluginBase::updatePageInfo()
SqlBase::updatePageInfo in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/SqlBase.php
Update global paging info.

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() {
}