You are here

protected property ConfigManager::$storages in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/ConfigManager.php \Drupal\Core\Config\ConfigManager::storages

The configuration storages keyed by collection name.

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

File

core/lib/Drupal/Core/Config/ConfigManager.php, line 74
Contains \Drupal\Core\Config\ConfigManager.

Class

ConfigManager
The ConfigManager provides helper functions for the configuration system.

Namespace

Drupal\Core\Config

Code

protected $storages;