function views_plugin_pager::post_execute
Perform any needed actions just after the query executing.
1 method overrides views_plugin_pager::post_execute()
- views_plugin_pager_none::post_execute in plugins/
views_plugin_pager_none.inc - Perform any needed actions just after the query executing.
File
-
plugins/
views_plugin_pager.inc, line 197
Class
- views_plugin_pager
- The base plugin to handle pager.
Code
public function post_execute(&$result) {
}