You are here

service entity_field.deleted_fields_repository in Drupal 8

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

Class

Drupal\Core\Field\DeletedFieldsRepository
9 string references to entity_field.deleted_fields_repository
FieldConfig::preDelete in core/modules/field/src/Entity/FieldConfig.php
Acts on entities before they are deleted and before hooks are invoked.
FieldConfigStorage::createInstance in core/modules/field/src/FieldConfigStorage.php
Instantiates a new instance of this entity handler.
FieldStorageConfig::preDelete in core/modules/field/src/Entity/FieldStorageConfig.php
Acts on entities before they are deleted and before hooks are invoked.
FieldStorageConfigStorage::createInstance in core/modules/field/src/FieldStorageConfigStorage.php
Instantiates a new instance of this entity handler.
FieldUpdateTest::testFieldUpdate8500 in core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php
Tests field_update_8500().

... See full list

File

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

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