You are here

protected function ProcessHighPriorityEntities::getEntityRepository in Acquia Content Hub 8.2

Gets the entity repository.

Return value

\Drupal\Core\Entity\EntityRepositoryInterface The Entity Repository Service.

File

src/EventSubscriber/ImportFailure/ProcessHighPriorityEntities.php, line 144

Class

ProcessHighPriorityEntities
Class ProcessHighPriorityEntities.

Namespace

Drupal\acquia_contenthub\EventSubscriber\ImportFailure

Code

protected function getEntityRepository() {
  return \Drupal::service('entity.repository');
}