You are here

protected function BulkForm::getEntityRepository in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/BulkForm.php \Drupal\views\Plugin\views\field\BulkForm::getEntityRepository()
  2. 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\field

Code

protected function getEntityRepository() {
  return $this->entityRepository;
}