You are here

protected function RuleChainManager::ruleChainConfig in ThemeKey 8

File

src/RuleChainManager.php, line 18
Contains OperatorManager.

Class

RuleChainManager
ThemeKey Rule Chain manager.

Namespace

Drupal\themekey

Code

protected function ruleChainConfig() {
  if (!$this->ruleChainConfig) {
    $this->ruleChainConfig = \Drupal::config('themekey.rule_chain');
  }
  return $this->ruleChainConfig;
}