function PagerPluginBase::update_page_info

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 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::update_page_info()
Full::update_page_info in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/Full.php
Update global paging info.

File

drupal/core/modules/views/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\pager

Code

function update_page_info() {
}