You are here

public function LanguageConfigEventSubscriber::__construct in Tome 8

Constructs the ConfigEventSubscriber object.

Parameters

\Drupal\Core\Config\StorageInterface $config_storage: The config storage.

File

modules/tome_sync/src/EventSubscriber/LanguageConfigEventSubscriber.php, line 30

Class

LanguageConfigEventSubscriber
Keeps the config export directory synced with language config operations.

Namespace

Drupal\tome_sync\EventSubscriber

Code

public function __construct(StorageInterface $config_storage) {
  $this->configStorage = $config_storage;
}