public function BlazyManagerBase::getEntityTypeManager in Blazy 8
Same name and namespace in other branches
- 8.2 src/BlazyManagerBase.php \Drupal\blazy\BlazyManagerBase::getEntityTypeManager()
Returns the entity type manager.
File
- src/
BlazyManagerBase.php, line 81
Class
- BlazyManagerBase
- Implements BlazyManagerInterface.
Namespace
Drupal\blazyCode
public function getEntityTypeManager() {
return $this->entityTypeManager;
}