Search for post_execute
Title | Object type | File name | Summary |
---|---|---|---|
hook_views_post_execute | function | docs/ |
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/ |
Unset the current view, mostly. |
views_plugin_pager::post_execute | function | plugins/ |
Perform any needed actions just after the query executing. |
views_plugin_pager_none::post_execute | function | plugins/ |
Perform any needed actions just after the query executing. |