protected function RuleChainManager::ruleChainConfig in ThemeKey 8
File
- src/
RuleChainManager.php, line 18 - Contains OperatorManager.
Class
- RuleChainManager
- ThemeKey Rule Chain manager.
Namespace
Drupal\themekeyCode
protected function ruleChainConfig() {
if (!$this->ruleChainConfig) {
$this->ruleChainConfig = \Drupal::config('themekey.rule_chain');
}
return $this->ruleChainConfig;
}