Retrieve the storage used to load and save this configuration object.
Return value
\Drupal\Core\Config\StorageInterface
The configuration storage object.
File
- drupal/core/lib/Drupal/Core/Config/Config.php, line 394
- Definition of Drupal\Core\Config\Config.
Class
- Config
- Defines the default configuration object.
Namespace
Drupal\Core\Config
Code
public function getStorage() {
return $this->storage;
}