You are here

protected property EntityToTableRenderer::$displayRepository in Reference Table Formatter 8

Same name and namespace in other branches
  1. 2.0.x src/EntityToTableRenderer.php \Drupal\reference_table_formatter\EntityToTableRenderer::displayRepository

The entity display repository.

Type: \Drupal\Core\Entity\EntityDisplayRepositoryInterface

File

src/EntityToTableRenderer.php, line 34

Class

EntityToTableRenderer
A service for turning entities into tables.

Namespace

Drupal\reference_table_formatter

Code

protected $displayRepository;