protected function EntityOperations::getEntityManager in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/field/EntityOperations.php \Drupal\views\Plugin\views\field\EntityOperations::getEntityManager()
Returns the entity manager.
Return value
\Drupal\Core\Entity\EntityManagerInterface The entity manager.
Overrides EntityTranslationRenderTrait::getEntityManager
File
- core/
modules/ views/ src/ Plugin/ views/ field/ EntityOperations.php, line 156 - Contains \Drupal\views\Plugin\views\field\EntityOperations.
Class
- EntityOperations
- Renders all operations links for an entity.
Namespace
Drupal\views\Plugin\views\fieldCode
protected function getEntityManager() {
return $this->entityManager;
}