public function BlazyManagerBase::getConfigFactory in Blazy 8
Same name and namespace in other branches
- 8.2 src/BlazyManagerBase.php \Drupal\blazy\BlazyManagerBase::getConfigFactory()
Returns the config factory.
File
- src/
BlazyManagerBase.php, line 102
Class
- BlazyManagerBase
- Implements BlazyManagerInterface.
Namespace
Drupal\blazyCode
public function getConfigFactory() {
return $this->configFactory;
}