hook_views_post_execute |
function |
./views.api.php |
This hook is called right after the execute process. |
view::post_execute |
function |
includes/view.inc |
Unset the current view, mostly. |
view::_post_execute |
function |
includes/view.inc |
Run the post_execute() on all active handlers. |
views_handler::post_execute |
function |
includes/handlers.inc |
Run after the view is executed, before the result is cached. |
views_handler_field_field::post_execute |
function |
modules/field/views_handler_field_field.inc |
Load the entities for all fields that are about to be displayed. |
views_plugin_exposed_form::post_execute |
function |
plugins/views_plugin_exposed_form.inc |
|
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. |