You are here

protected property ConfigFactory::$storage in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigFactory.php \Drupal\Core\Config\ConfigFactory::storage

A storage instance for reading and writing configuration data.

Type: \Drupal\Core\Config\StorageInterface

File

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

Class

ConfigFactory
Defines the configuration object factory.

Namespace

Drupal\Core\Config

Code

protected $storage;