Search for execute

  1. Search 7.x for execute
  2. Search 9.5.x for execute
  3. Search 8.9.x for execute
  4. Search 10.3.x for execute
  5. Search 11.x for execute
  6. Other projects
Title Object type File name Summary
MigrateUpgradeExecuteTestBase class core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Provides a base class for testing a complete upgrade via the UI.
MigrateUpgradeExecuteTestBase.php file core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
MigrateUpgradeExecuteTestBase::$expectedLoggedErrors property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php The number of expected logged errors of type migrate_drupal_ui.
MigrateUpgradeExecuteTestBase::$migratedAdminUserName property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php The admin username after the migration.
MigrateUpgradeExecuteTestBase::$outputLogs property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Indicates if the watchdog logs should be output.
MigrateUpgradeExecuteTestBase::assertEntityRevisionsCount function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Checks the number of the specified entity's revisions.
MigrateUpgradeExecuteTestBase::assertLogError function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Asserts log errors.
MigrateUpgradeExecuteTestBase::doUpgradeAndIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Executes an upgrade and then an incremental upgrade.
MigrateUpgradeExecuteTestBase::outputLogs function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Preserve the logs pages.
MigrateUpgradeExecuteTestBase::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
MigrateUpgradeExecuteTestBase::tearDown function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
MigrateUpgradeExecuteTestBase::useTestMailCollector function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Helper to set the test mail collector in settings.php.
Mini::postExecute function core/modules/views/src/Plugin/views/pager/Mini.php
NodeSearch::execute function core/modules/node/src/Plugin/Search/NodeSearch.php
None::executeCountQuery function core/modules/views/src/Plugin/views/pager/None.php
None::postExecute function core/modules/views/src/Plugin/views/pager/None.php
NoType::execute function core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php
OperationBase::execute function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php
OriginatorSubscriber::executeInEnvironment function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Invokes the given callback after switching the config language.
Page::execute function core/modules/views/src/Plugin/views/display/Page.php
PagerPluginBase::executeCountQuery function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Executes the count query.
PagerPluginBase::postExecute function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Perform any needed actions just after the query executing.
PagerPluginBase::preExecute function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Perform any needed actions just prior to the query executing.
PagerPluginBaseTest::testExecuteCountQueryWithOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method with a set offset.
PagerPluginBaseTest::testExecuteCountQueryWithOffsetLargerThanResult function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method with an offset larger than result count.
PagerPluginBaseTest::testExecuteCountQueryWithoutOffset function core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Tests the executeCountQuery method without a set offset.
PagerSelectExtender::execute function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Override the execute method.
PathPluginBase::execute function core/modules/views/src/Plugin/views/display/PathPluginBase.php
PdoTrait::clientExecute function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Executes the prepared PDO statement.
PublishAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php
Query::execute function core/lib/Drupal/Core/Config/Entity/Query/Query.php
Query::execute function core/lib/Drupal/Core/Database/Query/Query.php Runs the query against the database.
Query::execute function core/lib/Drupal/Core/Entity/Query/Sql/Query.php
Query::execute function core/lib/Drupal/Core/Entity/Query/Null/Query.php
Query::execute function core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php
QueryAggregate::execute function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php
QueryAggregateInterface::execute function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Executes the aggregate query.
QueryInterface::execute function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Execute the query.
QueryPluginBase::execute function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Executes query and fills associated view object with according values.
QueryTest::execute function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php
QueryTest::_testQueryExecute function core/modules/views/tests/src/Kernel/Plugin/QueryTest.php Executes the views query, ensures it's not empty.
QuickStartCommand::execute function core/lib/Drupal/Core/Command/QuickStartCommand.php
RecipeCommand::execute function core/lib/Drupal/Core/Recipe/RecipeCommand.php
RecipeInfoCommand::execute function core/lib/Drupal/Core/Recipe/RecipeInfoCommand.php
RemoveRoleUser::execute function core/modules/user/src/Plugin/Action/RemoveRoleUser.php
RemoveRoleUserTest::testExecuteRemoveExistingRole function core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php Tests the execute method on a user with a role.
RemoveRoleUserTest::testExecuteRemoveNonExistingRole function core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php Tests the execute method on a user without a specific role.
Renderer::executeInRenderContext function core/lib/Drupal/Core/Render/Renderer.php
RendererInterface::executeInRenderContext function core/lib/Drupal/Core/Render/RendererInterface.php Executes a callable within a render context.
RendererTest::testExecuteInRenderContext function core/tests/Drupal/Tests/Core/Render/RendererTest.php Tests execute in render context.

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