protected function BulkForm::getEntityRepository in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/Plugin/views/field/BulkForm.php \Drupal\views\Plugin\views\field\BulkForm::getEntityRepository()
- 10 core/modules/views/src/Plugin/views/field/BulkForm.php \Drupal\views\Plugin\views\field\BulkForm::getEntityRepository()
Returns the entity repository.
Return value
\Drupal\Core\Entity\EntityRepositoryInterface The entity repository.
Overrides EntityTranslationRenderTrait::getEntityRepository
File
- core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php, line 193
Class
- BulkForm
- Defines a actions-based bulk operation form element.
Namespace
Drupal\views\Plugin\views\fieldCode
protected function getEntityRepository() {
return $this->entityRepository;
}