LayoutBuilderBlocksTest::testDeletedView |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests that deleting a View block used in Layout Builder works. |
LayoutBuilderHooks::entityDelete |
function |
core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php |
Implements hook_entity_delete(). |
LayoutBuilderHooks::fieldConfigDelete |
function |
core/modules/layout_builder/src/Hook/LayoutBuilderHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
LayoutBuilderOverridesTest::testDeleteField |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php |
Tests deleting a field in-use by an overridden layout. |
LayoutBuilderSampleEntityGenerator::delete |
function |
core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php |
|
LayoutTempstoreRepository::delete |
function |
core/modules/layout_builder/src/LayoutTempstoreRepository.php |
|
LayoutTempstoreRepositoryInterface::delete |
function |
core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php |
Removes the tempstore version of a section storage. |
LinearHistory::delete |
function |
core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php |
Deletes a checkpoint. |
LinearHistory::deleteAll |
function |
core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php |
Deletes all checkpoints. |
LinearHistoryTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php |
@covers ::delete |
LinearHistoryTest::testDeleteAll |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php |
@covers ::delete |
LinearHistoryTest::testDeleteException |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php |
@covers ::delete |
ListItemBase::deleteAjax |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Ajax callback for per row delete button. |
ListItemBase::deleteSubmit |
function |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php |
Deletes a row/option. |
LocaleConfigManager::deleteLanguageTranslations |
function |
core/modules/locale/src/LocaleConfigManager.php |
Deletes configuration for language. |
LocaleConfigManager::deleteTranslationOverride |
function |
core/modules/locale/src/LocaleConfigManager.php |
Deletes translated configuration data. |
LocaleConfigSubscriberForeignTest::testDeleteActiveTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests deleting translations of shipped configuration. |
LocaleConfigSubscriberForeignTest::testDeleteTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests deleting a translation override. |
LocaleConfigSubscriberForeignTest::testLocaleDeleteActiveTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests deleting community translations of shipped configuration. |
LocaleConfigSubscriberTest::deleteLanguageOverride |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Deletes a language override. |
LocaleConfigSubscriberTest::deleteLocaleTranslationData |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Deletes translation data from locale module. |
LocaleConfigSubscriberTest::testDeleteTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Tests deleting translations of shipped configuration. |
LocaleConfigSubscriberTest::testLocaleDeleteTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php |
Tests deleting community translations of shipped configuration. |
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete |
function |
core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php |
Tests removing a string from Locale deletes configuration translations. |
LocaleHooks::configurableLanguageDelete |
function |
core/modules/locale/src/Hook/LocaleHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. |
LocaleProjectStorage::delete |
function |
core/modules/locale/src/LocaleProjectStorage.php |
|
LocaleProjectStorage::deleteAll |
function |
core/modules/locale/src/LocaleProjectStorage.php |
|
LocaleProjectStorage::deleteMultiple |
function |
core/modules/locale/src/LocaleProjectStorage.php |
|
LocaleProjectStorageInterface::delete |
function |
core/modules/locale/src/LocaleProjectStorageInterface.php |
Deletes project records for a given key. |
LocaleProjectStorageInterface::deleteAll |
function |
core/modules/locale/src/LocaleProjectStorageInterface.php |
Deletes all projects records. |
LocaleProjectStorageInterface::deleteMultiple |
function |
core/modules/locale/src/LocaleProjectStorageInterface.php |
Deletes multiple project records. |
LocaleProjectStorageTest::testDelete |
function |
core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php |
Tests deleted projects are not included in the count. |
locale_translate_delete_translation_files |
function |
core/modules/locale/locale.bulk.inc |
Deletes interface translation files and translation history records. |
locale_translation_file_history_delete |
function |
core/modules/locale/locale.module |
Deletes the history of downloaded translations. |
locale_translation_status_delete_languages |
function |
core/modules/locale/locale.module |
Delete language entries from the status cache. |
locale_translation_status_delete_projects |
function |
core/modules/locale/locale.module |
Delete project entries from the status cache. |
LockFileValidator::deleteHash |
function |
core/modules/package_manager/src/Validator/LockFileValidator.php |
Deletes the stored lock file hash. |
LockFileValidatorTest::testLockFileDeleted |
function |
core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php |
Tests validation when the lock file is deleted. |
LruMemoryCacheTest::testGetSetDelete |
function |
core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php |
Tests getting, setting and deleting items from the LRU memory cache. |
ManagedStorage::delete |
function |
core/lib/Drupal/Core/Config/ManagedStorage.php |
Deletes a configuration object from the storage. |
ManagedStorage::deleteAll |
function |
core/lib/Drupal/Core/Config/ManagedStorage.php |
Deletes configuration objects whose names start with a given prefix. |
ManagedStorageTest::delete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php |
Deletes configuration data from the storage. |
ManageFieldsLifecycleTest::deleteField |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsLifecycleTest.php |
Tests deleting a field from the field edit form. |
ManageFieldsTest::testFieldDelete |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php |
Tests that field delete operation opens in modal. |
MediaRevisionTest::testRevisionDelete |
function |
core/modules/media/tests/src/Functional/MediaRevisionTest.php |
Tests deleting a revision. |
MediaTypeDeleteConfirmForm |
class |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
Provides a form for media type deletion. |
MediaTypeDeleteConfirmForm.php |
file |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
|
MediaTypeDeleteConfirmForm::$entityTypeManager |
property |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
The entity type manager. |
MediaTypeDeleteConfirmForm::buildForm |
function |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
Form constructor. |
MediaTypeDeleteConfirmForm::create |
function |
core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php |
Instantiates a new instance of this class. |