You are here

public function HighContrastConfigOverride::__construct in High contrast 8

Construct a new HighContrastConfigOverride object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.

\Drupal\Core\File\FileSystemInterface $file_system: The file system.

File

src/HighContrastConfigOverride.php, line 41

Class

HighContrastConfigOverride
Configuration override class for high contrast.

Namespace

Drupal\high_contrast

Code

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