1 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.

File

core/modules/views/plugins/views_plugin_pager.inc, line 166
Definition of views_plugin_pager.

Class

views_plugin_pager
The base plugin to handle pager.

Code

function update_page_info() {

}