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\RenderCode
protected function getEntityManager() {
// This relies on DeprecatedServicePropertyTrait to trigger a deprecation
// message in case it is accessed.
return $this->entityManager;
}