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.
ConfigImporter drupal/core/lib/Drupal/Core/Config/ConfigImporter.php Defines a configuration importer.
ConfigImporterEvent drupal/core/lib/Drupal/Core/Config/ConfigImporterEvent.php
ConfigImporterException drupal/core/lib/Drupal/Core/Config/ConfigImporterException.php Exception thrown when a config import fails.
ConfigInstaller drupal/core/lib/Drupal/Core/Config/ConfigInstaller.php Defines a configuration installer.
ConfigNameException drupal/core/lib/Drupal/Core/Config/ConfigNameException.php Exception thrown when a config object name is invalid.
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.
FileStorageFactory drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php Provides a factory for creating config file storage objects.
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.
StorageComparer drupal/core/lib/Drupal/Core/Config/StorageComparer.php Defines a config storage comparer.
StorageComparerInterface drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php Defines an interface for comparison of configuration storage objects.
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.
TypedConfigElementFactory drupal/core/lib/Drupal/Core/Config/TypedConfigElementFactory.php A factory for typed config element objects.
TypedConfigManager drupal/core/lib/Drupal/Core/Config/TypedConfigManager.php Manages config type plugins.