You are here

service entity.repository in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \entity.repository
  2. 10 core/core.services.yml \entity.repository

Class

Drupal\Core\Entity\EntityRepository
49 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
BookAdminEditForm::create in core/modules/book/src/Form/BookAdminEditForm.php
Instantiates a new instance of this class.
BookAdminEditForm::__construct in core/modules/book/src/Form/BookAdminEditForm.php
Constructs a new BookAdminEditForm.
BookBreadcrumbBuilder::__construct in core/modules/book/src/BookBreadcrumbBuilder.php
Constructs the BookBreadcrumbBuilder.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Entity\EntityRepository
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@language_manager'
  5. - '@context.repository'