ContentEntityStorageBase::deleteRevision |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Deletes a specific entity revision. |
ContentEntityStorageBase::doDelete |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Performs storage-specific entity deletion. |
ContentEntityStorageBase::doDeleteFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Deletes entity field values from the storage. |
ContentEntityStorageBase::doDeleteRevisionFieldItems |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Deletes field values of an entity revision from the storage. |
ContentEntityStorageBase::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reacts to the deletion of a field. |
ContentEntityStorageBase::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Reacts to the deletion of a field storage definition. |
ContentModerationHooks::entityBundleDelete |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_bundle_delete(). |
ContentModerationHooks::entityDelete |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_delete(). |
ContentModerationHooks::entityRevisionDelete |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_revision_delete(). |
ContentModerationHooks::entityTranslationDelete |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_translation_delete(). |
ContentTranslationDeleteAccess |
class |
core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php |
Access check for entity translation deletion. |
ContentTranslationDeleteAccess.php |
file |
core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php |
|
ContentTranslationDeleteAccess::$contentTranslationManager |
property |
core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php |
The content translation manager. |
ContentTranslationDeleteAccess::$entityTypeManager |
property |
core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php |
The entity type manager. |
ContentTranslationDeleteAccess::access |
function |
core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php |
Checks access to translation deletion for the specified route match. |
ContentTranslationDeleteAccess::checkAccess |
function |
core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php |
Checks access to translation deletion for the specified entity. |
ContentTranslationDeleteAccess::__construct |
function |
core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php |
Constructs a ContentTranslationDeleteAccess object. |
ContentTranslationDeleteForm |
class |
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php |
Delete translation form for content_translation module. |
ContentTranslationDeleteForm.php |
file |
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php |
|
ContentTranslationDeleteForm::buildForm |
function |
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php |
Form constructor. |
ContentTranslationDeleteForm::getFormId |
function |
core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php |
Returns a unique string identifying the form. |
ContentTranslationHandler::entityFormDelete |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandler::entityFormDeleteTranslationUrl |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationNewTranslationWithExistingRevisionsTest::testCreatingNewDraftDoesNotInvokeDeleteHook |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
Test translation delete hooks are not invoked. |
ContentTranslationNewTranslationWithExistingRevisionsTest::testDraftTranslationIsNotDeleted |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
Tests a translation with a draft is not deleted. |
ContentTranslationPendingRevisionTestBase::getDeleteUrl |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php |
Returns the delete translation URL for the specified entity. |
ContentTranslationTestHooks::entityTranslationDelete |
function |
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php |
Implements hook_entity_translation_delete(). |
content_translation.delete_access |
service |
core/modules/content_translation/content_translation.services.yml |
Drupal\content_translation\Access\ContentTranslationDeleteAccess |
CssCollectionOptimizerLazy::deleteAll |
function |
core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php |
Deletes all optimized asset collections assets. |
DatabaseBackend::delete |
function |
core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Deletes an item from the cache. |
DatabaseBackend::deleteAll |
function |
core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Deletes all cache items in a bin. |
DatabaseBackend::deleteMultiple |
function |
core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Deletes multiple items from the cache. |
DatabaseFileUsageBackend::delete |
function |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php |
Removes a record to indicate that a module is no longer using a file. |
DatabaseQueue::deleteItem |
function |
core/lib/Drupal/Core/Queue/DatabaseQueue.php |
Deletes a finished item from the queue. |
DatabaseQueue::deleteQueue |
function |
core/lib/Drupal/Core/Queue/DatabaseQueue.php |
Deletes a queue and every item in the queue. |
DatabaseStorage::delete |
function |
core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::delete(). |
DatabaseStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/DatabaseStorage.php |
Deletes configuration objects whose names start with a given prefix. |
DatabaseStorage::deleteAll |
function |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Deletes all items from the key/value store. |
DatabaseStorage::deleteMultiple |
function |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Deletes multiple items from the key/value store. |
DatabaseStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php |
Deletes configuration data from the storage. |
DateFormatDeleteForm |
class |
core/modules/system/src/Form/DateFormatDeleteForm.php |
Builds a form to delete a date format. |
DateFormatDeleteForm.php |
file |
core/modules/system/src/Form/DateFormatDeleteForm.php |
|
DateFormatDeleteForm::create |
function |
core/modules/system/src/Form/DateFormatDeleteForm.php |
Instantiates a new instance of this class. |
DateFormatDeleteForm::getQuestion |
function |
core/modules/system/src/Form/DateFormatDeleteForm.php |
|
DateFormatDeleteForm::__construct |
function |
core/modules/system/src/Form/DateFormatDeleteForm.php |
Constructs a DateFormatDeleteForm object. |
DefaultHtmlRouteProvider::getDeleteFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the delete-form route. |
DefaultHtmlRouteProvider::getDeleteMultipleFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Returns the delete multiple form route. |
DefaultModerationStateTest::testDeleteDefaultStateAccess |
function |
core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php |
Tests access to deleting the default state. |
Delete |
class |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Delete.php |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Delete. |
Delete |
class |
core/lib/Drupal/Core/Database/Query/Delete.php |
General class for an abstracted DELETE operation. |