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. Other projects
Title Object type File name Summary
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 Perform any needed actions just after the query executing.
NodeSearch::execute function core/modules/node/src/Plugin/Search/NodeSearch.php Executes the search.
None::executeCountQuery function core/modules/views/src/Plugin/views/pager/None.php Executes the count query.
None::postExecute function core/modules/views/src/Plugin/views/pager/None.php Perform any needed actions just after the query executing.
NoType::execute function core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php Executes the plugin.
OperationBase::execute function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php Performs the actual manipulation on the image.
Page::execute function core/modules/views/src/Plugin/views/display/Page.php Executes the view and returns data in the format required.
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 Executes the view and returns data in the format required.
PhpUnitTestRunner::execute function core/lib/Drupal/Core/Test/PhpUnitTestRunner.php Executes PHPUnit tests and returns the results of the run.
PublishAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php Executes the plugin.
Query::execute function core/lib/Drupal/Core/Config/Entity/Query/Query.php Execute the query.
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 Execute the query.
Query::execute function core/lib/Drupal/Core/Entity/Query/Null/Query.php Execute the query.
Query::execute function core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php Execute the query.
QueryAggregate::execute function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Execute the query.
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 Executes query and fills associated view object with according values.
QueryTest::_testQueryExecute function core/modules/views/tests/src/Kernel/Plugin/QueryTest.php
QuickStartCommand::execute function core/lib/Drupal/Core/Command/QuickStartCommand.php
RecipeCommand::execute function core/lib/Drupal/Core/Recipe/RecipeCommand.php
RemoveRoleUser::execute function core/modules/user/src/Plugin/Action/RemoveRoleUser.php Executes the plugin.
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 Executes a callable within a render context.
RendererInterface::executeInRenderContext function core/lib/Drupal/Core/Render/RendererInterface.php Executes a callable within a render context.
Resize::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php Performs the actual manipulation on the image.
RestExport::execute function core/modules/rest/src/Plugin/views/display/RestExport.php Executes the view and returns data in the format required.
rest_test_views_views_post_execute function core/modules/rest/tests/modules/rest_test_views/rest_test_views.module Implements hook_views_post_execute().
RollbackFieldInstanceTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php Executes a single rollback.

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