interface StorageInterface

Defines an interface for configuration storage controllers.

Classes implementing this interface allow reading and writing configuration data from and to the storage.

Hierarchy

Expanded class hierarchy of StorageInterface

All classes that implement StorageInterface

2 files declare their use of StorageInterface

File

drupal/core/lib/Drupal/Core/Config/StorageInterface.php, line 16
Definition of Drupal\Core\Config\StorageInterface.

Namespace

Drupal\Core\Config
View source

Members

Namesort descending Modifiers Type Description Overrides
StorageInterface::decode public function Decodes configuration data from the storage-specific format. 4
StorageInterface::delete public function Deletes a configuration object from the storage. 4
StorageInterface::encode public function Encodes configuration data into the storage-specific format. 4
StorageInterface::exists public function Returns whether a configuration object exists. 4
StorageInterface::listAll public function Gets configuration object names starting with a given prefix. 4
StorageInterface::read public function Reads configuration data from the storage. 4
StorageInterface::rename public function Renames a configuration object in the storage. 4
StorageInterface::write public function Writes configuration data to the storage. 4