Search for _action

  1. Search 7.x for _action
  2. Search 9.5.x for _action
  3. Search 8.9.x for _action
  4. Search 10.3.x for _action
  5. Other projects
Title Object type File name Summary
EndOfTransactionQueriesTest::getStatementsForTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Filters statements by table name.
EndOfTransactionQueriesTest::isStatementRelatedToTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Determines if a statement is relative to a specified table.
EndOfTransactionQueriesTest::register function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Registers test-specific services.
EndOfTransactionQueriesTest::setUp function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::testEntitySave function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests an entity save.
EndOfTransactionQueriesTest::testEntitySaveRollback function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests an entity save rollback.
EntityActionBase class core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php Base class for entity-based actions.
EntityActionBase.php file core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php
EntityActionBase::$entityTypeManager property core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php The entity type manager.
EntityActionBase::calculateDependencies function core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php Calculates dependencies for the configured plugin.
EntityActionBase::create function core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php Creates an instance of the plugin.
EntityActionBase::__construct function core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php Constructs an EntityActionBase object.
EntityActionDeriverBase class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Provides a base action for each entity type with specific interfaces.
EntityActionDeriverBase.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
EntityActionDeriverBase::$entityTypeManager property core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php The entity type manager.
EntityActionDeriverBase::create function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Creates a new class instance.
EntityActionDeriverBase::getApplicableEntityTypes function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Gets a list of applicable entity types.
EntityActionDeriverBase::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Gets the definition of all derivatives of a base plugin.
EntityActionDeriverBase::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Indicates whether the deriver can be used for the provided entity type.
EntityActionDeriverBase::__construct function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php Constructs a new EntityActionDeriverBase object.
EntityChangedActionDeriver class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php Provides an action deriver that finds entity types of EntityChangedInterface.
EntityChangedActionDeriver.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php
EntityChangedActionDeriver::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php Indicates whether the deriver can be used for the provided entity type.
EntityCloneConfigActionTest class core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php Tests Entity Clone Config Action.
EntityCloneConfigActionTest.php file core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php
EntityCloneConfigActionTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php Modules to install.
EntityCloneConfigActionTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php
EntityCloneConfigActionTest::testCloneWithWildcards function core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php Tests wildcard support, which allows positional tokens in the clone's ID.
EntityCloneConfigActionTest::testErrorIfOriginalDoesNotExist function core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php Tests error if original entity does not exist.
EntityCloneConfigActionTest::testFailIfEntityExists function core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php Tests that the action can be configured to fail if the clone exists.
EntityCloneConfigActionTest::testNoErrorWithExistingEntity function core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php Tests no error is thrown when an entity with the same ID already exists.
EntityCloneConfigActionTest::testSuccessfulClone function core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php Tests successful clone.
EntityConfirmFormBase::actions function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php Returns an array of supported actions for the current entity form.
EntityDefinitionUpdateMultipleTypesTest::testSingleActionCalls function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php Tests applying single updates.
EntityDeleteActionDeriver class core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Provides an action deriver that finds entity types with delete form.
EntityDeleteActionDeriver.php file core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
EntityDeleteActionDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Gets the definition of all derivatives of a base plugin.
EntityDeleteActionDeriver::isApplicable function core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php Indicates whether the deriver can be used for the provided entity type.
EntityForm::actions function core/lib/Drupal/Core/Entity/EntityForm.php Returns an array of supported actions for the current entity form.
EntityForm::actionsElement function core/lib/Drupal/Core/Entity/EntityForm.php Returns the action form element for the current entity form.
EntityMethodConfigActionsTest class core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @group Recipe
EntityMethodConfigActionsTest.php file core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodConfigActionsTest::$configActionManager property core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php The configuration action manager.
EntityMethodConfigActionsTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Modules to install.
EntityMethodConfigActionsTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php
EntityMethodConfigActionsTest::testRemoveComponentFromDisplay function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @testWith ["hideComponent"][[api-linebreak]]
["hideComponents"][[api-linebreak]]
[[api-linebreak]]
EntityMethodConfigActionsTest::testSet function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php @testWith ["set", {"property_name": "protected_property", "value": "Here be sandworms..."}][[api-linebreak]]
["setMultiple", [{"property_name": "protected_property",…
EntityMethodConfigActionsTest::testSetMultipleThirdPartySettings function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests setting multiple third party settings.
EntityMethodConfigActionsTest::testSetNestedProperty function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Test setting a nested property on a config entity.
EntityMethodConfigActionsTest::testSetPropertiesWillNotChangeEntityKeys function core/tests/Drupal/KernelTests/Core/Recipe/EntityMethodConfigActionsTest.php Tests that the setProperties action refuses to modify entity IDs or UUIDs.

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