You are here

public function BlazyManagerBase::getEntityRepository in Blazy 8.2

Returns the entity repository service.

File

src/BlazyManagerBase.php, line 150

Class

BlazyManagerBase
Implements BlazyManagerInterface.

Namespace

Drupal\blazy

Code

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