Same name and namespace in other branches
  1. 6.x-3.x plugins/views_plugin_pager.inc \views_plugin_pager::pre_execute()

Perform any needed actions just prior to the query executing.

File

plugins/views_plugin_pager.inc, line 191
Definition of views_plugin_pager.

Class

views_plugin_pager
The base plugin to handle pager.

Code

public function pre_execute(&$query) {
}