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