You are here

public function BlazyManagerBase::getConfigFactory in Blazy 8.2

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

Returns the config factory.

File

src/BlazyManagerBase.php, line 178

Class

BlazyManagerBase
Implements BlazyManagerInterface.

Namespace

Drupal\blazy

Code

public function getConfigFactory() {
  return $this->configFactory;
}