You are here

public function BlazyManagerBase::getEntityTypeManager in Blazy 8.2

Same name and namespace in other branches
  1. 8 src/BlazyManagerBase.php \Drupal\blazy\BlazyManagerBase::getEntityTypeManager()

Returns the entity type manager.

File

src/BlazyManagerBase.php, line 157

Class

BlazyManagerBase
Implements BlazyManagerInterface.

Namespace

Drupal\blazy

Code

public function getEntityTypeManager() {
  return $this->entityTypeManager;
}