You are here

protected property ConfigSyncActiveStoragesTrait::$activeStorages in Configuration Synchronizer 8.2

The active configuration storages, keyed by collection.

Type: \Drupal\Core\Config\StorageInterface[]

File

src/ConfigSyncActiveStoragesTrait.php, line 17

Class

ConfigSyncActiveStoragesTrait
Provides a utility method for fetching the active storage by collection.

Namespace

Drupal\config_sync

Code

protected $activeStorages;