You are here

protected function EntityFieldRenderer::getEntityManager in Drupal 8

File

core/modules/views/src/Entity/Render/EntityFieldRenderer.php, line 106

Class

EntityFieldRenderer
Renders entity fields.

Namespace

Drupal\views\Entity\Render

Code

protected function getEntityManager() {

  // This relies on DeprecatedServicePropertyTrait to trigger a deprecation
  // message in case it is accessed.
  return $this->entityManager;
}