protected function BulkForm::getEntityManager in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/system/src/Plugin/views/field/BulkForm.php \Drupal\system\Plugin\views\field\BulkForm::getEntityManager()
Returns the entity manager.
Return value
\Drupal\Core\Entity\EntityManagerInterface The entity manager.
Overrides EntityTranslationRenderTrait::getEntityManager
File
- core/
modules/ system/ src/ Plugin/ views/ field/ BulkForm.php, line 147 - Contains \Drupal\system\Plugin\views\field\BulkForm.
Class
- BulkForm
- Defines a actions-based bulk operation form element.
Namespace
Drupal\system\Plugin\views\fieldCode
protected function getEntityManager() {
return $this->entityManager;
}