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

Class

Drupal\Core\Entity\EntityFieldManager
152 string references to entity_field.manager
aggregator_entity_extra_field_info in core/modules/aggregator/aggregator.module
Implements hook_entity_extra_field_info().
BlockContentEntityReferenceSelectionTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeEditing in core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
Tests editing a block type using the UI.
Comment::preCreate in core/modules/comment/src/Entity/Comment.php
Changes the values of an entity before it is created.

... See full list

File

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

View source
  1. class: Drupal\Core\Entity\EntityFieldManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_type.bundle.info'
  5. - '@entity_display.repository'
  6. - '@typed_data_manager'
  7. - '@language_manager'
  8. - '@keyvalue'
  9. - '@module_handler'
  10. - '@cache.discovery'