| FieldItemList::delete |
function |
core/lib/Drupal/Core/Field/FieldItemList.php |
|
| FieldItemList::deleteRevision |
function |
core/lib/Drupal/Core/Field/FieldItemList.php |
|
| FieldItemListInterface::delete |
function |
core/lib/Drupal/Core/Field/FieldItemListInterface.php |
Defines custom delete behavior for field values. |
| FieldItemListInterface::deleteRevision |
function |
core/lib/Drupal/Core/Field/FieldItemListInterface.php |
Defines custom revision delete behavior for field values. |
| FieldStorageConfig::$deleted |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Flag indicating whether the field is deleted. |
| FieldStorageConfig::isDeleted |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns whether the field is deleted or not. |
| FieldStorageConfig::postDelete |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Acts on deleted entities before the delete hook is invoked. |
| FieldStorageConfig::preDelete |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Acts on entities before they are deleted and before hooks are invoked. |
| FieldStorageConfigStorage::$deletedFieldsRepository |
property |
core/modules/field/src/FieldStorageConfigStorage.php |
The deleted fields repository. |
| FieldStorageCrudTest::testDeleteNoData |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests the deletion of a field storage. |
| FieldStorageDefinitionEvents::DELETE |
constant |
core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php |
Name of the event triggered for field storage definition deletion. |
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php |
|
| FieldStorageDefinitionInterface::isDeleted |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns whether the field is deleted or not. |
| FieldStorageDefinitionListener::$deletedFieldsRepository |
property |
core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php |
The deleted fields repository. |
| FieldStorageDefinitionListener::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php |
|
| FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php |
Reacts to the deletion of a field storage definition. |
| FieldTestItem::delete |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php |
|
| FieldUIDeleteTest |
class |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Tests deletion of a field and their dependencies in the UI. |
| FieldUIDeleteTest.php |
file |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
|
| FieldUIDeleteTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
|
| FieldUIDeleteTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
|
| FieldUIDeleteTest::$testViews |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Test views to enable. |
| FieldUIDeleteTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
|
| FieldUIDeleteTest::testDeleteField |
function |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Tests that deletion removes field storages and fields as expected. |
| FieldUiHooks::entityFormModeDelete |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| FieldUiHooks::entityViewModeDelete |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| FieldUiTestTrait::fieldUIDeleteField |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Deletes a field through the Field UI. |
| FieldUninstallValidatorTest::testValidateDeleted |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
Tests validate deleted. |
| FieldUninstallValidatorTest::testValidateNoDeleted |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
Tests validate no deleted. |
| File::preDelete |
function |
core/modules/file/src/Entity/File.php |
Acts on entities before they are deleted and before hooks are invoked. |
| FileCache::delete |
function |
core/lib/Drupal/Component/FileCache/FileCache.php |
|
| FileCacheBackendInterface::delete |
function |
core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php |
Deletes data from a cache backend. |
| FileCacheInterface::delete |
function |
core/lib/Drupal/Component/FileCache/FileCacheInterface.php |
Deletes data from the cache. |
| FileCacheTest::testDelete |
function |
core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php |
Tests delete. |
| FileDeleteGadgetChainTest |
class |
core/tests/Drupal/KernelTests/Core/File/FileDeleteGadgetChainTest.php |
Tests protection against SA-CORE-2024-006 File Delete Gadget Chain. |
| FileDeleteGadgetChainTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/FileDeleteGadgetChainTest.php |
|
| FileDeleteGadgetChainTest::testFileDeleteGadgetChain |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteGadgetChainTest.php |
Tests unserializing a File Delete payload. |
| FileDeleteRecursiveRemoteTest |
class |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
Tests deleteRecursive() with remote stream wrappers where realpath() is FALSE. |
| FileDeleteRecursiveRemoteTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
|
| FileDeleteRecursiveRemoteTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| FileDeleteRecursiveRemoteTest::$scheme |
property |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
A stream wrapper scheme to register for the test. |
| FileDeleteRecursiveRemoteTest::testDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
Tests deleting a directory with files via a remote stream wrapper. |
| FileDeleteRecursiveRemoteTest::testEmptyDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
Tests deleting an empty directory via a remote stream wrapper. |
| FileDeleteRecursiveRemoteTest::testRealpathReturnsFalse |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
Verifies the dummy-remote stream wrapper returns FALSE from realpath(). |
| FileDeleteRecursiveRemoteTest::testSingleFile |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
Tests deleting a single file via a remote stream wrapper. |
| FileDeleteRecursiveRemoteTest::testSubDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveRemoteTest.php |
Tests deleting subdirectories with files via a remote stream wrapper. |
| FileDeleteRecursiveTest |
class |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
Tests the unmanaged file delete recursive function. |
| FileDeleteRecursiveTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
|
| FileDeleteRecursiveTest::tearDown |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
|
| FileDeleteRecursiveTest::testDirectory |
function |
core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php |
Try deleting a directory with some files. |