config.inc

This is the API for configuration storage.

File

drupal/core/includes/config.inc
View source

Functions

Namesort descending Description
config Retrieves a configuration object.
config_context_enter Sets the config context on the config factory.
config_context_leave Leaves the current config context returning to the previous context.
config_diff Return a formatted diff of a named config between two storages.
config_get_entity_type_by_name Returns the entity type of a configuration object.
config_get_module_config_entities Return a list of all config entity types provided by a module.
config_get_storage_names_with_prefix Gets configuration object names starting with a given prefix.
config_import_create_snapshot Creates a configuration snapshot following a successful import.
config_install_default_config Installs the default configuration of a given extension.
config_typed Returns the typed config manager service.
config_uninstall_default_config Uninstalls the default configuration of a given extension.