function 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.
1 method overrides PagerPluginBase::updatePageInfo()
- SqlBase::updatePageInfo in core/
modules/ views/ src/ Plugin/ views/ pager/ SqlBase.php - Update global paging info.
File
-
core/
modules/ views/ src/ Plugin/ views/ pager/ PagerPluginBase.php, line 202
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
public function updatePageInfo() {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.