service entity_field.manager in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \entity_field.manager
- 9 core/core.services.yml \entity_field.manager
Class
Drupal\Core\Entity\EntityFieldManager151 string references to entity_field.manager
- 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 - CommentBundlesTest::setUp in core/
modules/ comment/ tests/ src/ Kernel/ CommentBundlesTest.php
File
- core/
core.services.yml - 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'