function PagerPluginBase::updatePageInfo

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::updatePageInfo()
  2. 10 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::updatePageInfo()
  3. 8.9.x core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::updatePageInfo()

Updates the pager information.

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

File

core/modules/views/src/Plugin/views/pager/PagerPluginBase.php, line 171

Class

PagerPluginBase
Base class for views pager plugins.

Namespace

Drupal\views\Plugin\views\pager

Code

public function updatePageInfo() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.