1 config.inc public Config::getStorage()

Retrieves the storage used to load and save this configuration object.

Return value

ConfigStorageInterface: The configuration storage object.

File

core/includes/config.inc, line 1039
This is the API for configuration storage.

Class

Config
Defines the default configuration object.

Code

public function getStorage() {
  return $this->storage;
}