Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for post_execute

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
view::post_execute function modules/views/includes/view.inc Unset the current view, mostly.
view::_post_execute function modules/views/includes/view.inc Run the post_execute() on all active handlers.
hook_views_post_execute function 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 modules/views/includes/handlers.inc Run after the view is executed, before the result is cached.
views_plugin_pager::post_execute function modules/views/plugins/views_plugin_pager.inc Perform any needed actions just after the query executing.
views_plugin_pager_none::post_execute function modules/views/plugins/views_plugin_pager_none.inc Perform any needed actions just after the query executing.
views_plugin_exposed_form::post_execute function modules/views/plugins/views_plugin_exposed_form.inc
views_handler_field_field::post_execute function modules/field/views/views_handler_field_field.inc Load the entities for all fields that are about to be displayed.

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS