You are here

protected property RenderedEntity::$entityDisplayRepository in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/EntityBrowser/FieldWidgetDisplay/RenderedEntity.php \Drupal\entity_browser\Plugin\EntityBrowser\FieldWidgetDisplay\RenderedEntity::entityDisplayRepository

Entity display repository.

Type: \Drupal\Core\Entity\EntityDisplayRepositoryInterface

File

src/Plugin/EntityBrowser/FieldWidgetDisplay/RenderedEntity.php, line 36

Class

RenderedEntity
Displays the fully rendered entity.

Namespace

Drupal\entity_browser\Plugin\EntityBrowser\FieldWidgetDisplay

Code

protected $entityDisplayRepository;