protected function Field::getEntityManager in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\fieldCode
protected function getEntityManager() {
return $this->entityManager;
}