entity_field.manager
Same name in other branches
- 8.9.x core/core.services.yml \entity_field.manager
- 10 core/core.services.yml \entity_field.manager
Class
Drupal\Core\Entity\EntityFieldManager82 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.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Entity\EntityFieldManager
- arguments:
- - '@entity_type.manager'
- - '@entity_type.bundle.info'
- - '@entity_display.repository'
- - '@typed_data_manager'
- - '@language_manager'
- - '@keyvalue'
- - '@module_handler'
- - '@cache.discovery'
- - '@entity.last_installed_schema.repository'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.