Search for execute

  1. Search 9.5.x for execute
  2. Search 8.9.x for execute
  3. Search 10.3.x for execute
  4. Search 11.x for execute
  5. Other projects
Title Object type File name Summary
DatabaseStatementBase::execute function includes/database/database.inc Executes a prepared statement
DatabaseStatementEmpty::execute function includes/database/database.inc Executes a prepared statement
DatabaseStatementInterface::execute function includes/database/database.inc Executes a prepared statement
DatabaseStatementPrefetch::execute function includes/database/prefetch.inc Executes a prepared statement.
DatabaseStatement_sqlite::execute function includes/database/sqlite/database.inc Executes a prepared statement.
DatabaseTransactionTestCase::executeDDLStatement function modules/simpletest/tests/database_test.test Execute a DDL statement.
DeleteQuery::execute function includes/database/query.inc Executes the DELETE query.
DeleteQuery_sqlite::execute function includes/database/sqlite/query.inc Executes the DELETE query.
EntityFieldQuery::$executeCallback property includes/entity.inc The method executing the query, if it is overriding the default.
EntityFieldQuery::execute function includes/entity.inc Executes the query.
form_execute_handlers function includes/form.inc Executes custom validation and submission handlers for a given form.
hook_search_execute function modules/search/search.api.php Execute a search for a set of key words.
InsertQuery::execute function includes/database/query.inc Executes the insert query.
InsertQuery::preExecute function includes/database/query.inc Preprocesses and validates the query.
InsertQuery_mysql::execute function includes/database/mysql/query.inc Executes the insert query.
InsertQuery_pgsql::execute function includes/database/pgsql/query.inc Executes the insert query.
InsertQuery_sqlite::execute function includes/database/sqlite/query.inc Executes the insert query.
menu_execute_active_handler function includes/menu.inc Execute the page callback associated with the current path.
MergeQuery::execute function includes/database/query.inc Runs the query against the database.
node_search_execute function modules/node/node.module Implements hook_search_execute().
PagerDefault::execute function includes/pager.inc Override the execute method.
Query::execute function includes/database/query.inc Runs the query against the database.
SearchQuery::$executedFirstPass property modules/search/search.extender.inc Indicates whether the first pass query has been executed.
SearchQuery::execute function modules/search/search.extender.inc Executes the search.
SearchQuery::executeFirstPass function modules/search/search.extender.inc Executes the first pass query.
search_extra_type_search_execute function modules/search/tests/search_extra_type.module Implements hook_search_execute().
SelectQuery::execute function includes/database/select.inc Runs the query against the database.
SelectQuery::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryExtender::execute function includes/database/select.inc
SelectQueryExtender::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryInterface::preExecute function includes/database/select.inc Generic preparation and validation for a SELECT query.
TruncateQuery::execute function includes/database/query.inc Executes the TRUNCATE query.
UpdateQuery::execute function includes/database/query.inc Executes the UPDATE query.
UpdateQuery_pgsql::execute function includes/database/pgsql/query.inc Executes the UPDATE query.
UpdateQuery_sqlite::execute function includes/database/sqlite/query.inc Executes the UPDATE query.
user_search_execute function modules/user/user.module Implements hook_search_execute().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.