You are here

protected property StorableConfigBase::$storage in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/StorableConfigBase.php \Drupal\Core\Config\StorableConfigBase::storage
  2. 10 core/lib/Drupal/Core/Config/StorableConfigBase.php \Drupal\Core\Config\StorableConfigBase::storage

The storage used to load and save this configuration object.

Type: \Drupal\Core\Config\StorageInterface

File

core/lib/Drupal/Core/Config/StorableConfigBase.php, line 32

Class

StorableConfigBase
Provides a base class for configuration objects with storage support.

Namespace

Drupal\Core\Config

Code

protected $storage;