1.20.x views_plugin_pager.inc 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

File

modules/views/plugins/views_plugin_pager.inc, line 176
Definition of views_plugin_pager.

Class

views_plugin_pager
The base plugin to handle pager.

Code

function query() {
}