You are here

protected function Field::getEntityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/field/Field.php \Drupal\views\Plugin\views\field\Field::getEntityManager()

Returns the entity manager.

Return value

\Drupal\Core\Entity\EntityManagerInterface The entity manager service.

Overrides FieldAPIHandlerTrait::getEntityManager

File

core/modules/views/src/Plugin/views/field/Field.php, line 209
Contains \Drupal\views\Plugin\views\field\Field.

Class

Field
A field that displays entity field data.

Namespace

Drupal\views\Plugin\views\field

Code

protected function getEntityManager() {
  return $this->entityManager;
}