function views_plugin_pager::query

Modify the query for paging.

This is called during the build phase and can directly modify the query.

Overrides views_plugin::query

3 methods override views_plugin_pager::query()
views_plugin_pager_full::query in plugins/views_plugin_pager_full.inc
Modify the query for paging.
views_plugin_pager_none::query in plugins/views_plugin_pager_none.inc
Modify the query for paging.
views_plugin_pager_some::query in plugins/views_plugin_pager_some.inc
Modify the query for paging.

File

plugins/views_plugin_pager.inc, line 185

Class

views_plugin_pager
The base plugin to handle pager.

Code

public function query() {
}