entity_field.manager
Class
Drupal\Core\Entity\EntityFieldManager79 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  - Instantiates a new instance of this class.
 - CommentForm::__construct in core/
modules/ comment/ src/ CommentForm.php  - Constructs a new CommentForm.
 - CommentStorage::createInstance in core/
modules/ comment/ src/ CommentStorage.php  - Instantiates a new instance of this entity handler.
 
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.