You are here

protected property ExtensionInstallStorage::$configStorage in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/ExtensionInstallStorage.php \Drupal\Core\Config\ExtensionInstallStorage::configStorage

The active configuration store.

Type: \Drupal\Core\Config\StorageInterface

File

core/lib/Drupal/Core/Config/ExtensionInstallStorage.php, line 26
Contains \Drupal\Core\Config\ExtensionInstallStorage.

Class

ExtensionInstallStorage
Storage to access configuration and schema in enabled extensions.

Namespace

Drupal\Core\Config

Code

protected $configStorage;