entity_field.manager
Same name and namespace in other branches
- 9 core/core.services.yml \entity_field.manager
- 8.9.x core/core.services.yml \entity_field.manager
- 11.x core/core.services.yml \entity_field.manager
Class
Drupal\Core\Entity\EntityFieldManager21 string references to entity_field.manager
- ContentEntityBaseUnitTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Entity/ ContentEntityBaseUnitTest.php - ContentEntityStorageBase::createInstance in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Instantiates a new instance of this entity handler.
- DefaultHtmlRouteProvider::createInstance in core/
lib/ Drupal/ Core/ Entity/ Routing/ DefaultHtmlRouteProvider.php - Instantiates a new instance of this entity handler.
- DefaultSelection::create in core/
lib/ Drupal/ Core/ Entity/ Plugin/ EntityReferenceSelection/ DefaultSelection.php - Creates an instance of the plugin.
- EntityAdapterUnitTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Entity/ TypedData/ EntityAdapterUnitTest.php
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.