You are here

protected property ContentBrowserPreview::$entityDisplayRepository in Content Browser 8

The entity display repository.

Type: \Drupal\Core\Entity\EntityDisplayRepositoryInterface

File

src/Plugin/views/field/ContentBrowserPreview.php, line 33

Class

ContentBrowserPreview
Defines a custom field that renders a preview of a Content Entity type, and allows for changing field settings with exposed input.

Namespace

Drupal\content_browser\Plugin\views\field

Code

protected $entityDisplayRepository;