You are here

public function ConfigManagerService::__construct in Layout Builder Base 8

Constructs a new ConfigManagerService object.

File

src/ConfigManagerService.php, line 29

Class

ConfigManagerService
Class ConfigManagerService.

Namespace

Drupal\layout_builder_base

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
  $this->layoutBuilderBaseSettings = $config_factory
    ->get('layout_builder_base.settings');
}