You are here

public function DomainConfigOverride::__construct in Domain Site Settings 8

Constructs a DomainSourcePathProcessor object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The module handler service.

File

src/Configuration/DomainConfigOverride.php, line 30

Class

DomainConfigOverride
Overrides the config with the saved domain specific settings.

Namespace

Drupal\domain_site_settings\Configuration

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}