You are here

protected property Entity::$entityDisplayRepository in Display Suite 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/DsField/Entity.php \Drupal\ds\Plugin\DsField\Entity::entityDisplayRepository
  2. 8.3 src/Plugin/DsField/Entity.php \Drupal\ds\Plugin\DsField\Entity::entityDisplayRepository

The EntityDisplayRepository service.

Type: \Drupal\Core\Entity\EntityDisplayRepositoryInterface

File

src/Plugin/DsField/Entity.php, line 19

Class

Entity
Renders an entity by a given view mode.

Namespace

Drupal\ds\Plugin\DsField

Code

protected $entityDisplayRepository;