| EntityLinkDelete |
class |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
Field handler to present a link to delete an entity. |
| EntityLinkDelete.php |
file |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
|
| EntityLinkDelete::getDefaultLabel |
function |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
Returns the default label for this link. |
| EntityLinkDelete::getEntityLinkTemplate |
function |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
Returns the entity link template name identifying the link route. |
| EntityLinkDelete::renderLink |
function |
core/modules/views/src/Plugin/views/field/EntityLinkDelete.php |
Prepares the link to view an entity. |
| EntityOperations::entityDelete |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
| EntityOperations::entityDelete |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_delete(). |
| EntityOperations::entityPredelete |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_predelete(). |
| EntityOperations::entityRevisionDelete |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
| EntityOperations::entityRevisionDelete |
function |
core/modules/workspaces/src/Hook/EntityOperations.php |
Implements hook_entity_revision_delete(). |
| EntityOperations::entityTranslationDelete |
function |
core/modules/content_moderation/src/EntityOperations.php |
|
| EntityResource::delete |
function |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php |
Responds to entity DELETE requests. |
| EntityResource::deleteIndividual |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Deletes an individual entity. |
| EntityResourceTestBase::testDelete |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
| EntitySchemaSubscriber::onEntityTypeDelete |
function |
core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php |
Reacts to the deletion of the entity type. |
| EntitySchemaTest::testCustomFieldCreateDelete |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests the custom bundle field creation and deletion. |
| EntitySchemaTestHooks::entityBundleDelete |
function |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Implements hook_entity_bundle_delete(). |
| EntityStorageBase::delete |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Deletes permanently saved entities. |
| EntityStorageBase::doDelete |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Performs storage-specific entity deletion. |
| EntityStorageInterface::delete |
function |
core/lib/Drupal/Core/Entity/EntityStorageInterface.php |
Deletes permanently saved entities. |
| EntityTestBundleClass::$postDeleteCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::postDelete() was called. |
| EntityTestBundleClass::$preDeleteCount |
property |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
The number of times static::preDelete() was called. |
| EntityTestBundleClass::postDelete |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on deleted entities before the delete hook is invoked. |
| EntityTestBundleClass::preDelete |
function |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestBundleClass.php |
Acts on entities before they are deleted and before hooks are invoked. |
| EntityTestComputedFieldNormalizerTest::testDelete |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
| EntityTestDefinitionSubscriber::onEntityTypeDelete |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the deletion of the entity type. |
| EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php |
Reacts to the deletion of a field storage definition. |
| EntityTestDeleteForm |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php |
Provides the entity_test delete form. |
| EntityTestDeleteForm.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php |
|
| EntityTestDeleteForm::getCancelUrl |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| EntityTestHelper::deleteBundle |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php |
Deletes a bundle for entity_test entities. |
| EntityTestHooks::entityPredelete |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_predelete(). |
| EntityTestHooks::entityTestMulChangedTranslationDelete |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_delete(). |
| EntityTestHooks::entityTestMulLangcodeKeyTranslationDelete |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul_langcode_key'. |
| EntityTestHooks::entityTestMulrevChangedTranslationDelete |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_delete(). |
| EntityTestHooks::entityTestMulrevTranslationDelete |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mulrev'. |
| EntityTestHooks::entityTestMulTranslationDelete |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul'. |
| EntityTestHooks::entityTranslationDelete |
function |
core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php |
Implements hook_entity_translation_delete(). |
| EntityTranslationTest::testDeleteEntityTranslation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests that translation statuses are correct after removing translations. |
| EntityTypeEvents::DELETE |
constant |
core/lib/Drupal/Core/Entity/EntityTypeEvents.php |
The name of the event triggered when an existing entity type is deleted. |
| EntityTypeEventSubscriberTrait::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
|
| EntityTypeListener::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/EntityTypeListener.php |
Reacts to the deletion of the entity type. |
| EntityTypeListenerInterface::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php |
Reacts to the deletion of the entity type. |
| EntityUnitTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
Tests delete. |
| EntityUnitTest::testPostDelete |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
Tests post delete. |
| EntityUnitTest::testPostDeleteBundle |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
Tests post delete bundle. |
| EntityUnitTest::testPreDelete |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
Tests pre delete. |
| entity_field.deleted_fields_repository |
service |
core/core.services.yml |
Drupal\Core\Field\DeletedFieldsRepository |
| entity_test_delete_bundle |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Deletes a bundle for entity_test entities. |
| EventSubscriber::onConfigDelete |
function |
core/modules/config/tests/config_import_test/src/EventSubscriber.php |
Reacts to a config delete and records information in state for testing. |