Search for execute

  1. Search 7.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
SearchQuery::preExecute function core/modules/search/src/SearchQuery.php Generic preparation and validation for a SELECT query.
Select::execute function core/modules/pgsql/src/Driver/Database/pgsql/Select.php Runs the query against the database.
Select::execute function core/lib/Drupal/Core/Database/Query/Select.php Runs the query against the database.
Select::preExecute function core/lib/Drupal/Core/Database/Query/Select.php Generic preparation and validation for a SELECT query.
SelectExtender::execute function core/lib/Drupal/Core/Database/Query/SelectExtender.php Runs the query against the database.
SelectExtender::preExecute function core/lib/Drupal/Core/Database/Query/SelectExtender.php Generic preparation and validation for a SELECT query.
SelectInterface::execute function core/lib/Drupal/Core/Database/Query/SelectInterface.php Runs the query against the database.
SelectInterface::preExecute function core/lib/Drupal/Core/Database/Query/SelectInterface.php Generic preparation and validation for a SELECT query.
ServerCommand::execute function core/lib/Drupal/Core/Command/ServerCommand.php
Sql::execute function core/modules/views/src/Plugin/views/query/Sql.php Executes the query and fills associated view object with according values.
SqlQueryTest::testExecuteMetadata function core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Tests adding some metadata/tags to the views query.
Statement::execute function core/modules/sqlite/src/Driver/Database/sqlite/Statement.php Executes a prepared statement.
Statement::execute function core/lib/Drupal/Core/Database/Statement.php Executes a prepared statement.
StatementEmpty::execute function core/lib/Drupal/Core/Database/StatementEmpty.php Executes a prepared statement.
StatementInterface::execute function core/lib/Drupal/Core/Database/StatementInterface.php Executes a prepared statement.
StatementPrefetch::execute function core/lib/Drupal/Core/Database/StatementPrefetch.php Executes a prepared statement.
StatementWrapper::execute function core/lib/Drupal/Core/Database/StatementWrapper.php Executes a prepared statement.
StringDatabaseStorage::dbExecute function core/modules/locale/src/StringDatabaseStorage.php Executes an arbitrary SELECT query string with the injected options.
TestSiteInstallCommand::execute function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php
TestSiteInstallCommand::executePreinstallClass function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Uses the setup file to configure the environment prior to install.
TestSiteInstallCommand::executeSetupClass function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Uses the setup file to configure Drupal.
TestSiteReleaseLocksCommand::execute function core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php
TestSiteTearDownCommand::execute function core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php
TestSiteUserLoginCommand::execute function core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TransactionTest::executeDDLStatement function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Executes a DDL statement.
Truncate::execute function core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php Executes the TRUNCATE query.
Truncate::execute function core/lib/Drupal/Core/Database/Query/Truncate.php Executes the TRUNCATE query.
UnblockUser::execute function core/modules/user/src/Plugin/Action/UnblockUser.php Executes the plugin.
UnpublishAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php Executes the plugin.
UnpublishByKeywordComment::execute function core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Executes the plugin.
UnpublishByKeywordNode::execute function core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php Executes the plugin.
Update::execute function core/modules/pgsql/src/Driver/Database/pgsql/Update.php Executes the UPDATE query.
Update::execute function core/lib/Drupal/Core/Database/Query/Update.php Executes the UPDATE query.
Upsert::execute function core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php Executes the UPSERT operation.
Upsert::execute function core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Upsert.php Executes the UPSERT operation.
Upsert::execute function core/lib/Drupal/Core/Database/Query/Upsert.php Executes the UPSERT operation.
Upsert::preExecute function core/lib/Drupal/Core/Database/Query/Upsert.php Preprocesses and validates the query.
UserSearch::execute function core/modules/user/src/Plugin/Search/UserSearch.php Executes the search.
ViewExecutable::$executed property core/modules/views/src/ViewExecutable.php Whether the view has been executed/query has been run.
ViewExecutable::execute function core/modules/views/src/ViewExecutable.php Executes the view's query.
ViewExecutable::executeDisplay function core/modules/views/src/ViewExecutable.php Executes the given display, with the given arguments.
ViewExecutable::postExecute function core/modules/views/src/ViewExecutable.php Unsets the current view, mostly.
ViewExecutable::preExecute function core/modules/views/src/ViewExecutable.php Runs attachments and lets the display do what it needs to before running.
ViewExecutable::_postExecute function core/modules/views/src/ViewExecutable.php Runs the postExecute() on all active handlers.
ViewExecutableTest::providerExecuteReturn function core/modules/views/tests/src/Unit/ViewExecutableTest.php Provider for testExecuteReturn().
ViewExecutableTest::testExecuteReturn function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests the return values for the execute() method.
ViewsHandlerInterface::postExecute function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Run after the view is executed, before the result is cached.
ViewsKernelTestBase::executeView function core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php Executes a view.
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Execute a view and assert the expected results.
views_test_data_views_post_execute function core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc Implements hook_views_post_execute().

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