Search for post_execute

  1. Search 7.x-3.x for post_execute
  2. Other projects
Title Object type File name Summary
hook_views_post_execute function docs/docs.php This hook is called right after the execute process. The query has
been executed, but the pre_render() phase has not yet happened for
handlers.
view::post_execute function includes/view.inc Unset the current view, mostly.
views_plugin_pager::post_execute function plugins/views_plugin_pager.inc Perform any needed actions just after the query executing.
views_plugin_pager_none::post_execute function plugins/views_plugin_pager_none.inc Perform any needed actions just after the query executing.