entity_display.repository
Same name in other branches
- 8.9.x core/core.services.yml \entity_display.repository
- 10 core/core.services.yml \entity_display.repository
Class
Drupal\Core\Entity\EntityDisplayRepository108 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.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Entity\EntityDisplayRepository
- arguments:
- - '@entity_type.manager'
- - '@module_handler'
- - '@cache.discovery'
- - '@language_manager'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.