entity_crud_hook_test_node_predelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
entity_crud_hook_test_taxonomy_term_delete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_delete() for taxonomy_term entities. |
entity_crud_hook_test_taxonomy_term_predelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_predelete() for taxonomy_term entities. |
entity_crud_hook_test_taxonomy_vocabulary_delete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_delete() for taxonomy_vocabulary entities. |
entity_crud_hook_test_taxonomy_vocabulary_predelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_predelete() for taxonomy_vocabulary entities. |
entity_crud_hook_test_user_delete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_delete() for user entities. |
entity_crud_hook_test_user_predelete |
function |
core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_ENTITY_TYPE_predelete() for user entities. |
entity_schema_test_entity_bundle_delete |
function |
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module |
Implements hook_entity_bundle_delete(). |
entity_test_delete_bundle |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Deletes a bundle for entity_test entities. |
entity_test_entity_predelete |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_predelete(). |
entity_test_entity_test_mulrev_changed_translation_delete |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_ENTITY_TYPE_translation_delete(). |
entity_test_entity_test_mulrev_translation_delete |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mulrev'. |
entity_test_entity_test_mul_changed_translation_delete |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_ENTITY_TYPE_translation_delete(). |
entity_test_entity_test_mul_langcode_key_translation_delete |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul_langcode_key'. |
entity_test_entity_test_mul_translation_delete |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul'. |
entity_test_entity_translation_delete |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_translation_delete(). |
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. |
FieldAttachStorageTest::testEntityDeleteBundle |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests entity_bundle_delete(). |
FieldAttachStorageTest::testFieldAttachDelete |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests entity deletion. |
FieldConfig::$deleted |
property |
core/modules/field/src/Entity/FieldConfig.php |
Flag indicating whether the field is deleted. |
FieldConfig::isDeleted |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets the deleted flag of the field. |
FieldConfig::postDelete |
function |
core/modules/field/src/Entity/FieldConfig.php |
Acts on deleted entities before the delete hook is invoked. |
FieldConfig::preDelete |
function |
core/modules/field/src/Entity/FieldConfig.php |
Acts on entities before they are deleted and before hooks are invoked. |
FieldConfigBase::postDelete |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Acts on deleted entities before the delete hook is invoked. |
FieldConfigDeleteForm |
class |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
Provides a form for removing a field from a bundle. |
FieldConfigDeleteForm.php |
file |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
|
FieldConfigDeleteForm::buildForm |
function |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
Form constructor. |
FieldConfigDeleteForm::create |
function |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
Instantiates a new instance of this class. |
FieldConfigDeleteForm::getCancelUrl |
function |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
|
FieldConfigDeleteForm::getConfigNamesToDelete |
function |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
Returns config names to delete for the deletion confirmation form. |
FieldConfigDeleteForm::submitForm |
function |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
|
FieldConfigDeleteForm::__construct |
function |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
|
FieldConfigInterface::isDeleted |
function |
core/modules/field/src/FieldConfigInterface.php |
Gets the deleted flag of the field. |
FieldConfigStorage::$deletedFieldsRepository |
property |
core/modules/field/src/FieldConfigStorage.php |
The deleted fields repository. |
FieldConfigStorage::importDelete |
function |
core/modules/field/src/FieldConfigStorage.php |
Delete entities upon synchronizing configuration changes. |
FieldCrudTest::testDeleteFieldCrossDeletion |
function |
core/modules/field/tests/src/Kernel/FieldCrudTest.php |
Tests the cross deletion behavior between field storages and fields. |
FieldCrudTest::testDeleteFieldNoData |
function |
core/modules/field/tests/src/Kernel/FieldCrudTest.php |
Tests the deletion of a field with no data. |
FieldDefinitionListener::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
Reacts to the deletion of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php |
Reacts to the deletion of a field. |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
@covers ::onFieldDefinitionDelete |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
@covers ::onFieldDefinitionDelete |
FieldImportDeleteTest |
class |
core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php |
Delete field storages and fields during config delete method invocation. |
FieldImportDeleteTest.php |
file |
core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php |
|
FieldImportDeleteTest::$modules |
property |
core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php |
Modules to install. |
FieldImportDeleteTest::testImportDelete |
function |
core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php |
Tests deleting field storages and fields as part of config import. |
FieldImportDeleteUninstallTest |
class |
core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php |
Tests field storages and fields deletion during config synchronization. |
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. |