function views_plugin_pager::pre_execute in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 7.3 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 168
Class
- views_plugin_pager
- The base plugin to handle pager.
Code
function pre_execute(&$query, &$args) {
}