Search for execute

  1. Search 7.x for execute
  2. Search 9.5.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
MigrateUpgradeExecuteTestBase::testMigrateUpgradeExecute function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Executes all steps of migrations upgrade.
Mini::postExecute function core/modules/views/src/Plugin/views/pager/Mini.php Perform any needed actions just after the query executing.
NativeUpsert::execute function core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php Runs the query against the database.
NodeClassicTest::testMigrateUpgradeExecute function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Tests ID Conflict form.
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 Execute the count query, which will be done just prior to the query
itself being executed.
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 Execute the count query, which will be done just prior to the query
itself being executed.
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.
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 the query and fills the associated view object with according
values.
QueryTest::execute function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Executes the query and fills the 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
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.
RollbackFieldTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php Executes a single rollback.
RollbackViewModesTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Executes a single rollback.
Rotate::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Rotate.php Performs the actual manipulation on the image.
SaveAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php Executes the plugin.
SaveEntity::execute function core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php Executes the plugin.
Scale::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php Performs the actual manipulation on the image.
ScaleAndCrop::execute function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php Performs the actual manipulation on the image.
SearchExtraTypeSearch::execute function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Execute the search.
SearchInterface::execute function core/modules/search/src/Plugin/SearchInterface.php Executes the search.
SearchQuery::$executedPrepare property core/modules/search/src/SearchQuery.php Indicates whether the preparation step has been executed.

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