view::post_execute |
function |
core/modules/views/includes/view.inc |
Unset the current view, mostly. |
view::_post_execute |
function |
core/modules/views/includes/view.inc |
Run the post_execute() on all active handlers. |
hook_views_post_execute |
function |
core/modules/views/views.api.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. |
views_handler::post_execute |
function |
core/modules/views/includes/handlers.inc |
Run after the view is executed, before the result is cached. |
views_plugin_pager::post_execute |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Perform any needed actions just after the query executing. |
views_plugin_pager_none::post_execute |
function |
core/modules/views/plugins/views_plugin_pager_none.inc |
Perform any needed actions just after the query executing. |
views_handler_field_field::post_execute |
function |
core/modules/field/views/views_handler_field_field.inc |
Load the entities for all fields that are about to be displayed. |
views_plugin_exposed_form::post_execute |
function |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|