function views_plugin_pager::update_page_info

Same name in other branches
  1. 7.x-3.x plugins/views_plugin_pager.inc \views_plugin_pager::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 views_plugin_pager::update_page_info()
views_plugin_pager::execute_count_query in plugins/views_plugin_pager.inc
Execute the count query, which will be done just prior to the query itself being executed.
1 method overrides views_plugin_pager::update_page_info()
views_plugin_pager_full::update_page_info in plugins/views_plugin_pager_full.inc
Update global paging info.

File

plugins/views_plugin_pager.inc, line 154

Class

views_plugin_pager
The base plugin to handle pager.

Code

function update_page_info() {
}