view::execute |
function |
modules/views/includes/view.inc |
Execute the view's query. |
Query::execute |
function |
includes/database/query.inc |
Runs the query against the database. |
actions_execute |
function |
includes/actions.inc |
Executes a single action. |
view::pre_execute |
function |
modules/views/includes/view.inc |
Run attachments and let the display do what it needs to do prior
to running. |
view::post_execute |
function |
modules/views/includes/view.inc |
Unset the current view, mostly. |
node_search_execute |
function |
modules/node/node.module |
Implements hook_search_execute(). |
view::_post_execute |
function |
modules/views/includes/view.inc |
Run the post_execute() on all active handlers. |
user_search_execute |
function |
modules/user/user.module |
Implements hook_search_execute(). |
MergeQuery::execute |
function |
includes/database/query.inc |
Runs the query against the database. |
hook_search_execute |
function |
modules/search/search.api.php |
Execute a search for a set of key words. |
DeleteQuery::execute |
function |
includes/database/query.inc |
Executes the DELETE query. |
SearchQuery::execute |
function |
modules/search/search.extender.inc |
Executes the search. |
InsertQuery::execute |
function |
includes/database/query.inc |
Executes the insert query. |
UpdateQuery::execute |
function |
includes/database/query.inc |
Executes the UPDATE query. |
SelectQuery::execute |
function |
includes/database/select.inc |
Implements SelectQueryInterface::execute(). |
PagerDefault::execute |
function |
includes/pager.class.inc |
Override the execute method. |
view::execute_display |
function |
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 |
includes/form.inc |
Executes custom validation and submission handlers for a given form. |
TruncateQuery::execute |
function |
includes/database/query.inc |
Executes the TRUNCATE query. |
hook_views_pre_execute |
function |
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 |
modules/views/includes/view.inc |
Called to get hook_menu() information from the view and the named display handler. |
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. |
InsertQuery::preExecute |
function |
includes/database/query.inc |
Preprocesses and validates the query. |
SelectQuery::preExecute |
function |
includes/database/select.inc |
Implements SelectQueryInterface::preExecute(). |
EntityFieldQuery::execute |
function |
modules/entity/entity.query.inc |
Executes the query. |
ViewsTestCase::executeView |
function |
modules/views/tests/views_query.test |
Helper function to execute a view with debugging. |
InsertQuery_mysql::execute |
function |
drivers/database_mysql/query.inc |
Executes the insert query. |
menu_execute_active_handler |
function |
includes/menu.inc |
Execute the page callback associated with the current path. |
views_plugin_query::execute |
function |
modules/views/plugins/views_plugin_query.inc |
Executes the query and fills the associated view object with according
values. |
views_handler::post_execute |
function |
modules/views/includes/handlers.inc |
Run after the view is executed, before the result is cached. |
SelectQueryExtender::execute |
function |
includes/database/select.inc |
Implements SelectQueryInterface::execute(). |
view::execute_hook_block_list |
function |
modules/views/includes/view.inc |
Called to get hook_block information from the view and the
named display handler. |
views_plugin_display::execute |
function |
modules/views/plugins/views_plugin_display.inc |
When used externally, this is how a view gets run and returns
data in the format required. |
SearchQuery::executeFirstPass |
function |
modules/search/search.extender.inc |
Executes the first pass query. |
DatabaseStatementBase::execute |
function |
includes/database/database.inc |
Executes a prepared statement |
views_plugin_pager::pre_execute |
function |
modules/views/plugins/views_plugin_pager.inc |
Perform any needed actions just prior to the query executing. |
SearchQuery::$executedFirstPass |
property |
modules/search/search.extender.inc |
Indicates whether the first pass query has been executed. |
DatabaseStatementEmpty::execute |
function |
includes/database/database.inc |
Executes a prepared statement |
SelectQueryExtender::preExecute |
function |
includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
search_extra_type_search_execute |
function |
modules/search/tests/search_extra_type/search_extra_type.module |
Implements hook_search_execute(). |
_installer_browser_execute_query |
function |
modules/installer/installer.browser.inc |
Helper function to execute queries for projects. Connects once to get
the total count of projects, and then a second time to get all the
projects in a repository. |
SelectQueryInterface::preExecute |
function |
includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
views_plugin_pager::post_execute |
function |
modules/views/plugins/views_plugin_pager.inc |
Perform any needed actions just after the query executing. |
views_plugin_display::pre_execute |
function |
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. |
views_plugin_display_page::execute |
function |
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. |
views_plugin_display_feed::execute |
function |
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. |
DatabaseStatementPrefetch::execute |
function |
includes/database/prefetch.inc |
Executes a prepared statement. |
EntityFieldQuery::$executeCallback |
property |
modules/entity/entity.query.inc |
The method executing the query, if it is overriding the default. |
DatabaseStatementInterface::execute |
function |
includes/database/database.inc |
Executes a prepared statement |
views_plugin_query_default::execute |
function |
modules/views/plugins/views_plugin_query_default.inc |
Executes the query and fills the associated view object with according
values. |