You are here

service entity_field.deleted_fields_repository in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \entity_field.deleted_fields_repository
  2. 9 core/core.services.yml \entity_field.deleted_fields_repository

Class

Drupal\Core\Field\DeletedFieldsRepository
9 string references to entity_field.deleted_fields_repository
ConfigImporterFieldPurger::getFieldStoragesToPurge in core/modules/field/src/ConfigImporterFieldPurger.php
Gets the list of fields to purge before configuration synchronization.
EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests deleting a base field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests deleting a bundle field when it has existing data.
FieldConfigStorage::createInstance in core/modules/field/src/FieldConfigStorage.php
Instantiates a new instance of this entity handler.
FieldStorageConfigStorage::createInstance in core/modules/field/src/FieldStorageConfigStorage.php
Instantiates a new instance of this entity handler.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Field\DeletedFieldsRepository
  2. arguments:
  3. - '@state'