You are here

service entity_display.repository in Drupal 9

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

Class

Drupal\Core\Entity\EntityDisplayRepository
102 string references to entity_display.repository
BlockContentBlock::create in core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
Creates an instance of the plugin.
block_content_add_body_field in core/modules/block_content/block_content.module
Adds the default body field to a custom block type.
BooleanFieldTest::testBooleanField in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanFieldTest::testFormAccess in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
Tests field access.
CommentDefaultFormatter::create in core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
Creates an instance of the plugin.

... See full list

File

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

View source
  1. class: Drupal\Core\Entity\EntityDisplayRepository
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@module_handler'
  5. - '@cache.discovery'
  6. - '@language_manager'