public function PagerPluginBase::updatePageInfo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Plugin/views/pager/PagerPluginBase.php \Drupal\views\Plugin\views\pager\PagerPluginBase::updatePageInfo()
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 172 - Contains \Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- Base class for views pager plugins.
Namespace
Drupal\views\Plugin\views\pagerCode
public function updatePageInfo() {
}