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
ExecuteMigration::execute function core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/src/Controller/ExecuteMigration.php Run the node_migration_no_migrate_drupal test migration.
ExposedFormPluginBase::postExecute function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Runs after the view has been executed.
ExposedFormPluginBase::preExecute function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php Runs before the view has been executed.
ExposedFormPluginInterface::postExecute function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs after the view has been executed.
ExposedFormPluginInterface::preExecute function core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php Runs before the view has been executed.
Failing::execute function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Failing.php Performs the actual manipulation on the image.
Feed::execute function core/modules/views/src/Plugin/views/display/Feed.php Executes the view and returns data in the format required.
FieldFieldTest::testComplexExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with complex field configuration.
FieldFieldTest::testRevisionComplexExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result set of a complex revision view.
FieldFieldTest::testRevisionExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the revision result.
FieldFieldTest::testSimpleExecute function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view with base fields and configurable fields.
FieldTestEntityField::executePrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldUpdateActionBase::execute function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Executes the plugin.
FormBuilder::executeSubmitHandlers function core/lib/Drupal/Core/Form/FormBuilder.php Executes custom submission handlers for a given form.
FormBuilder::executeValidateHandlers function core/lib/Drupal/Core/Form/FormBuilder.php Executes custom validation handlers for a given form.
FormState::$executed property core/lib/Drupal/Core/Form/FormState.php If TRUE, the form was submitted and has been processed and executed.
FormState::isExecuted function core/lib/Drupal/Core/Form/FormState.php Determines if the form was submitted and has been processed and executed.
FormState::setExecuted function core/lib/Drupal/Core/Form/FormState.php Sets that the form was submitted and has been processed and executed.
FormStateDecoratorBase::isExecuted function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if the form was submitted and has been processed and executed.
FormStateDecoratorBase::setExecuted function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets that the form was submitted and has been processed and executed.
FormStateDecoratorBaseTest::testIsExecuted function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isExecuted
FormStateDecoratorBaseTest::testSetExecuted function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setExecuted
FormStateInterface::isExecuted function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if the form was submitted and has been processed and executed.
FormStateInterface::setExecuted function core/lib/Drupal/Core/Form/FormStateInterface.php Sets that the form was submitted and has been processed and executed.
FormSubmitter::executeSubmitHandlers function core/lib/Drupal/Core/Form/FormSubmitter.php Executes custom submission handlers for a given form.
FormSubmitterInterface::executeSubmitHandlers function core/lib/Drupal/Core/Form/FormSubmitterInterface.php Executes custom submission handlers for a given form.
FormSubmitterTest::testExecuteSubmitHandlers function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php @covers ::executeSubmitHandlers
FormValidator::executeValidateHandlers function core/lib/Drupal/Core/Form/FormValidator.php Executes custom validation handlers for a given form.
FormValidatorInterface::executeValidateHandlers function core/lib/Drupal/Core/Form/FormValidatorInterface.php Executes custom validation handlers for a given form.
FormValidatorTest::testExecuteValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::executeValidateHandlers
GenerateProxyClassCommand::execute function core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php
GenerateTheme::execute function core/lib/Drupal/Core/Command/GenerateTheme.php
GotoAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Executes the plugin.
HandlerBase::postExecute function core/modules/views/src/Plugin/views/HandlerBase.php Run after the view is executed, before the result is cached.
HelpSearch::execute function core/modules/help/src/Plugin/Search/HelpSearch.php Executes the search.
hook_views_post_execute function core/modules/views/views.api.php Act on the view immediately after the query has been executed.
hook_views_pre_execute function core/modules/views/views.api.php Act on the view after the query is built and just before it is executed.
ImageToolkitOperationBase::execute function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Performs the actual manipulation on the image.
Insert::execute function core/lib/Drupal/Core/Database/Query/Insert.php Executes the insert query.
Insert::execute function core/modules/mysql/src/Driver/Database/mysql/Insert.php Executes the insert query.
Insert::execute function core/modules/sqlite/src/Driver/Database/sqlite/Insert.php Executes the insert query.
Insert::execute function core/modules/pgsql/src/Driver/Database/pgsql/Insert.php Executes the insert query.
Insert::preExecute function core/lib/Drupal/Core/Database/Query/Insert.php Preprocesses and validates the query.
InstallCommand::execute function core/lib/Drupal/Core/Command/InstallCommand.php
MenuTreeStorage::safeExecuteSelect function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Executes a select query while making sure the database table exists.
Merge::execute function core/lib/Drupal/Core/Database/Query/Merge.php Executes the merge database query.
MessageAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php Executes the plugin.
MigrateTestBase::executeMigration function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Executes a single migration.
MigrateTestBase::executeMigrations function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Executes a set of migrations in dependency order.
MigrateUpgradeExecuteTestBase class core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Provides a base class for testing a complete upgrade via the UI.

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