| FieldImportDeleteUninstallTest.php |
file |
core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php |
|
| FieldImportDeleteUninstallTest::$modules |
property |
core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php |
Modules to install. |
| FieldImportDeleteUninstallTest::setUp |
function |
core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php |
Set the default field storage backend for fields created during tests. |
| FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall |
function |
core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php |
Tests purging previously deleted fields and storages in config import. |
| FieldImportDeleteUninstallTest::testImportDeleteUninstall |
function |
core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php |
Tests deleting field storages and fields as part of config import. |
| FieldImportDeleteUninstallUiTest |
class |
core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php |
Tests deleting field storage when a module in uninstalled through the UI. |
| FieldImportDeleteUninstallUiTest.php |
file |
core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php |
|
| FieldImportDeleteUninstallUiTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php |
The theme to install as the default for testing. |
| FieldImportDeleteUninstallUiTest::$modules |
property |
core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php |
Modules to install. |
| FieldImportDeleteUninstallUiTest::setUp |
function |
core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php |
|
| FieldImportDeleteUninstallUiTest::testImportDeleteUninstall |
function |
core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php |
Tests deleting field storages and fields as part of config import. |
| FieldImportDeleteUninstallUiTest::testSynchronizeForm |
function |
core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php |
Tests if the synchronization form is available when the core.extension.yml is missing. |
| FieldItemBase::delete |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Defines custom delete behavior for field values. |
| FieldItemBase::deleteRevision |
function |
core/lib/Drupal/Core/Field/FieldItemBase.php |
Defines custom revision delete behavior for field values. |
| FieldItemInterface::delete |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Defines custom delete behavior for field values. |
| FieldItemInterface::deleteRevision |
function |
core/lib/Drupal/Core/Field/FieldItemInterface.php |
Defines custom revision delete behavior for field values. |
| FieldItemList::delete |
function |
core/lib/Drupal/Core/Field/FieldItemList.php |
Defines custom delete behavior for field values. |
| FieldItemList::deleteRevision |
function |
core/lib/Drupal/Core/Field/FieldItemList.php |
Defines custom revision delete behavior for field values. |
| 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 |
Reacts to the deletion of a field storage definition. |
| 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 |
Defines custom delete behavior for field values. |
| 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 |
The theme to install as the default for testing. |
| FieldUIDeleteTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Modules to install. |
| 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 |
Deletes data from the cache. |
| 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 |
@legacy-covers ::delete |