Search for pre_execute
Title | Object type | File name | Summary |
---|---|---|---|
hook_views_pre_execute | function | docs/ |
This hook is called right before the execute process. The query is now fully built, but it has not yet been run through db_rewrite_sql. |
view::pre_execute | function | includes/ |
Run attachments and let the display do what it needs to do prior to running. |
views_plugin_display::pre_execute | function | plugins/ |
Set up any variables on the view prior to execution. These are separated from execute because they are extremely common and unlikely to be overridden on an individual display. |
views_plugin_display_extender::pre_execute | function | plugins/ |
Set up any variables on the view prior to execution. |
views_plugin_exposed_form::pre_execute | function | plugins/ |
|
views_plugin_pager::pre_execute | function | plugins/ |
Perform any needed actions just prior to the query executing. |