You are here

public function Translator::setConfigCacheFactory in Plug 7

Sets the ConfigCache factory to use.

Parameters

ConfigCacheFactoryInterface $configCacheFactory:

File

lib/Symfony/translation/Translator.php, line 99

Class

Translator
Translator.

Namespace

Symfony\Component\Translation

Code

public function setConfigCacheFactory(ConfigCacheFactoryInterface $configCacheFactory) {
  $this->configCacheFactory = $configCacheFactory;
}