You are here

protected property ContentBrowserPreview::$entityTypeManager in Content Browser 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

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

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 $entityTypeManager;