entity_field.manager

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

Class

Drupal\Core\Entity\EntityFieldManager
78 string references to entity_field.manager
BlockContentEntityReferenceSelectionTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
CommentBundlesTest::setUp in core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
CommentForm::create in core/modules/comment/src/CommentForm.php
CommentForm::__construct in core/modules/comment/src/CommentForm.php
Constructs a new CommentForm.
CommentStorage::createInstance in core/modules/comment/src/CommentStorage.php

... See full list

File

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'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.