1 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

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

Class

views_plugin_pager
The base plugin to handle pager.

Code

function query() {
}