1.20.x config.inc | public Config::getStorage() |
Retrieves the storage used to load and save this configuration object.
Return value
ConfigStorageInterface: The configuration storage object.
File
- includes/
config.inc, line 1049 - This is the API for configuration storage.
Class
- Config
- Defines the default configuration object.
Code
public function getStorage() {
return $this->storage;
}