You are here

protected property RenderedEntity::$entityManager in Entity API 8.0

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

src/Plugin/views/field/RenderedEntity.php, line 35
Contains \Drupal\entity\Plugin\views\field\RenderedEntity.

Class

RenderedEntity
Provides a field handler which renders an entity in a certain view mode.

Namespace

Drupal\entity\Plugin\views\field

Code

protected $entityManager;