Search for entityDelete
- Search 7.x for entityDelete
- Search 8.9.x for entityDelete
- Search 10.3.x for entityDelete
- Search 11.x for entityDelete
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigDependencyTest::testConfigEntityDelete | function | core/ |
Tests deleting a configuration entity and dependency management. |
ConfigDependencyTest::testContentEntityDelete | function | core/ |
Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities. |
ContentEntityDeleteForm | class | core/ |
Provides a generic base class for a content entity deletion form. |
ContentEntityDeleteForm.php | file | core/ |
|
ContentEntityDeleteForm::buildForm | function | core/ |
Form constructor. |
ContentEntityDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
ContentEntityDeleteForm::getDeletionMessage | function | core/ |
|
ContentEntityDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
ContentEntityDeleteForm::logDeletionMessage | function | core/ |
|
ContentEntityDeleteForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form stateā¦ |
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. |
EntityDeleteForm | class | core/ |
Provides a generic base class for an entity deletion form. |
EntityDeleteForm.php | file | core/ |
|
EntityDeleteForm::buildForm | function | core/ |
Form constructor. |
EntityDeleteForm::getConfigManager | function | core/ |
Gets the configuration manager. |
EntityDeleteForm::getConfigNamesToDelete | function | core/ |
Returns config names to delete for the deletion confirmation form. |
EntityDeleteFormTrait | trait | core/ |
Provides a trait for an entity deletion form. |
EntityDeleteFormTrait.php | file | core/ |
|
EntityDeleteFormTrait::getCancelUrl | function | core/ |
|
EntityDeleteFormTrait::getConfirmText | function | core/ |
|
EntityDeleteFormTrait::getDeletionMessage | function | core/ |
Gets the message to display to the user after deleting the entity. |
EntityDeleteFormTrait::getEntity | function | core/ |
Gets the entity of this form. |
EntityDeleteFormTrait::getQuestion | function | core/ |
|
EntityDeleteFormTrait::getRedirectUrl | function | core/ |
Returns the URL where the user should be redirected after deletion. |
EntityDeleteFormTrait::logDeletionMessage | function | core/ |
Logs a message about the deleted entity. |
EntityDeleteFormTrait::logger | function | core/ |
Gets the logger for a specific channel. |
EntityDeleteFormTrait::submitForm | function | core/ |
|
EntityDeleteMultipleAccessCheck | class | core/ |
Checks if the current user has delete access to the items of the tempstore. |
EntityDeleteMultipleAccessCheck.php | file | core/ |
|
EntityDeleteMultipleAccessCheck::$entityTypeManager | property | core/ |
The entity type manager. |
EntityDeleteMultipleAccessCheck::$requestStack | property | core/ |
Request stack service. |
EntityDeleteMultipleAccessCheck::$tempStore | property | core/ |
The tempstore service. |
EntityDeleteMultipleAccessCheck::access | function | core/ |
Checks if the user has delete access for at least one item of the store. |
EntityDeleteMultipleAccessCheck::__construct | function | core/ |
Constructs a new EntityDeleteMultipleAccessCheck. |
EntityOperations::entityDelete | function | core/ |
|
FieldAttachStorageTest::testEntityDeleteBundle | function | core/ |
Tests entity_bundle_delete(). |
InlineBlockEntityOperations::handleEntityDelete | function | core/ |
Handles entity tracking on deleting a parent entity. |
MenuLinksTest::testMenuLinkOnEntityDelete | function | core/ |
Tests that menu link pointing to entities get removed on entity remove. |
WorkspaceIntegrationTest::testDisallowedEntityDeleteInNonDefaultWorkspace | function | core/ |
Tests DELETE operations for unsupported entity types. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.