You are here

service entity_field.manager in Drupal 9

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

Class

Drupal\Core\Entity\EntityFieldManager
78 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
CommentBundlesTest::setUp in core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
CommentController::create in core/modules/comment/src/Controller/CommentController.php
Instantiates a new instance of this class.
CommentForm::create in core/modules/comment/src/CommentForm.php
Instantiates a new instance of this class.

... 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'
  11. - '@entity.last_installed_schema.repository'