You are here

public function BootSubscriber::getConfig in Bakery Single Sign-On System 8.2

File

src/EventSubscriber/BootSubscriber.php, line 307
For Boot event subscribe.

Class

BootSubscriber
For handling chocolatechip cookie on boot.

Namespace

Drupal\bakery\EventSubscriber

Code

public function getConfig() {
  if (!isset($this->config)) {
    $this->config = \Drupal::config('bakery.settings');
  }
  return $this->config;
}