service entity.repository in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \entity.repository
Class
Drupal\Core\Entity\EntityRepository66 string references to entity.repository
- AccountForm::create in core/modules/ user/ src/ AccountForm.php 
- Instantiates a new instance of this class.
- BlockContentEntityReferenceSelectionTest::setUp in core/modules/ block_content/ tests/ src/ Kernel/ BlockContentEntityReferenceSelectionTest.php 
- BookOutlineForm::create in core/modules/ book/ src/ Form/ BookOutlineForm.php 
- Instantiates a new instance of this class.
- BulkForm::create in core/modules/ views/ src/ Plugin/ views/ field/ BulkForm.php 
- Creates an instance of the plugin.
- BulkForm::__construct in core/modules/ views/ src/ Plugin/ views/ field/ BulkForm.php 
- Constructs a new BulkForm object.
File
- core/core.services.yml 
- core/core.services.yml
View source
- class: Drupal\Core\Entity\EntityRepository
- arguments:
-   - '@entity_type.manager'
-   - '@language_manager'
-   - '@context.repository'
