function PagerPluginBase::update_page_info in Views (for Drupal 7) 8.3
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::update_page_info()
- PagerPluginBase::execute_count_query in 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::update_page_info()
- Full::update_page_info in lib/
Drupal/ views/ Plugin/ views/ pager/ Full.php - Update global paging info.
File
- lib/
Drupal/ views/ Plugin/ views/ pager/ PagerPluginBase.php, line 181 - Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- The base plugin to handle pager.
Namespace
Drupal\views\Plugin\views\pagerCode
function update_page_info() {
}