view::execute |
function |
core/modules/views/includes/view.inc |
Execute the view's query. |
Query::execute |
function |
core/includes/database/query.inc |
Runs the query against the database. |
actions_execute |
function |
core/includes/actions.inc |
Executes a single action. |
view::pre_execute |
function |
core/modules/views/includes/view.inc |
Run attachments and let the display do what it needs to do prior
to running. |
view::post_execute |
function |
core/modules/views/includes/view.inc |
Unset the current view, mostly. |
node_search_execute |
function |
core/modules/node/node.module |
Implements hook_search_execute(). |
user_search_execute |
function |
core/modules/user/user.module |
Implements hook_search_execute(). |
view::_post_execute |
function |
core/modules/views/includes/view.inc |
Run the post_execute() on all active handlers. |
hook_search_execute |
function |
core/modules/search/search.api.php |
Execute a search for a set of key words. |
MergeQuery::execute |
function |
core/includes/database/query.inc |
Runs the query against the database. |
DeleteQuery::execute |
function |
core/includes/database/query.inc |
Executes the DELETE query. |
UpdateQuery::execute |
function |
core/includes/database/query.inc |
Executes the UPDATE query. |
SearchQuery::execute |
function |
core/modules/search/search.extender.inc |
Executes the search. |
SelectQuery::execute |
function |
core/includes/database/select.inc |
Runs the query against the database. |
InsertQuery::execute |
function |
core/includes/database/query.inc |
Executes the insert query. |
view::execute_display |
function |
core/modules/views/includes/view.inc |
Execute the given display, with the given arguments.
To be called externally by whatever mechanism invokes the view,
such as a page callback, hook_block, etc. |
form_execute_handlers |
function |
core/includes/form.inc |
Executes custom validation and submission handlers for a given form. |
PagerDefault::execute |
function |
core/includes/pager.class.inc |
Override the execute method. |
TruncateQuery::execute |
function |
core/includes/database/query.inc |
Executes the TRUNCATE query. |
hook_views_pre_execute |
function |
core/modules/views/views.api.php |
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::execute_hook_menu |
function |
core/modules/views/includes/view.inc |
Called to get hook_menu() information from the view and the named display handler. |
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. |
SelectQuery::preExecute |
function |
core/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
InsertQuery::preExecute |
function |
core/includes/database/query.inc |
Preprocesses and validates the query. |
EntityFieldQuery::execute |
function |
core/modules/entity/entity.query.inc |
Executes the query. |
ViewsTestCase::executeView |
function |
core/modules/views/tests/views_query.test |
Helper function to execute a view with debugging. |
InsertQuery_mysql::execute |
function |
core/includes/database/mysql/query.inc |
Executes the insert query. |
menu_execute_active_handler |
function |
core/includes/menu.inc |
Execute the page callback associated with the current path. |
views_plugin_query::execute |
function |
core/modules/views/plugins/views_plugin_query.inc |
Executes the query and fills the associated view object with according
values. |
views_handler::post_execute |
function |
core/modules/views/includes/handlers.inc |
Run after the view is executed, before the result is cached. |
SelectQueryExtender::execute |
function |
core/includes/database/select.inc |
Executes the extended select query. |
SearchQuery::executeFirstPass |
function |
core/modules/search/search.extender.inc |
Executes the first pass query. |
view::execute_hook_block_list |
function |
core/modules/views/includes/view.inc |
Called to get hook_block information from the view and the
named display handler. |
views_plugin_display::execute |
function |
core/modules/views/plugins/views_plugin_display.inc |
When used externally, this is how a view gets run and returns
data in the format required. |
DatabaseStatementBase::execute |
function |
core/includes/database/database.inc |
Executes a prepared statement |
SearchQuery::$executedFirstPass |
property |
core/modules/search/search.extender.inc |
Indicates whether the first pass query has been executed. |
views_plugin_pager::pre_execute |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Perform any needed actions just prior to the query executing. |
DatabaseStatementEmpty::execute |
function |
core/includes/database/database.inc |
Executes a prepared statement |
SelectQueryExtender::preExecute |
function |
core/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
SelectQueryInterface::preExecute |
function |
core/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
views_plugin_pager::post_execute |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Perform any needed actions just after the query executing. |
search_extra_type_search_execute |
function |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Implements hook_search_execute(). |
views_plugin_display::pre_execute |
function |
core/modules/views/plugins/views_plugin_display.inc |
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. |
DatabaseStatementPrefetch::execute |
function |
core/includes/database/prefetch.inc |
Executes a prepared statement. |
views_plugin_display_page::execute |
function |
core/modules/views/plugins/views_plugin_display_page.inc |
The display page handler returns a normal view, but it also does
a backdrop_set_title for the page, and does a views_set_page_view
on the view. |
EntityFieldQuery::$executeCallback |
property |
core/modules/entity/entity.query.inc |
The method executing the query, if it is overriding the default. |
views_plugin_display_feed::execute |
function |
core/modules/views/plugins/views_plugin_display_feed.inc |
Feeds do not go through the standard page theme hooks. Instead, they
go through their own theme function and then return NULL so that Backdrop
believes that the page has already rendered itself... which it has. |
DatabaseStatementInterface::execute |
function |
core/includes/database/database.inc |
Executes a prepared statement |
views_plugin_display_block::execute |
function |
core/modules/views/plugins/views_plugin_display_block.inc |
The display block handler returns the structure necessary for a block. |
views_plugin_query_default::execute |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Executes the query and fills the associated view object with according
values. |