namespace Drupal\Core\Config

Classsort descending Location Description
BootstrapConfigStorageFactory drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Defines a factory for retrieving the config storage used pre-kernel.
CachedStorage drupal/core/lib/Drupal/Core/Config/CachedStorage.php Defines the cached storage controller.
Config drupal/core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.
ConfigEvent drupal/core/lib/Drupal/Core/Config/ConfigEvent.php
ConfigException drupal/core/lib/Drupal/Core/Config/ConfigException.php A base exception thrown in any configuration system operations.
ConfigFactory drupal/core/lib/Drupal/Core/Config/ConfigFactory.php Defines the configuration object factory.
DatabaseStorage drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php Defines the Database storage controller.
FileStorage drupal/core/lib/Drupal/Core/Config/FileStorage.php Defines the file storage controller.
InstallStorage drupal/core/lib/Drupal/Core/Config/InstallStorage.php Storage controller used by the Drupal installer.
NullStorage drupal/core/lib/Drupal/Core/Config/NullStorage.php Defines a stub storage controller.
StorageException drupal/core/lib/Drupal/Core/Config/StorageException.php An exception thrown in case of storage controller operation errors.
StorageInterface drupal/core/lib/Drupal/Core/Config/StorageInterface.php Defines an interface for configuration storage controllers.