Defines the interface for a configuration factory override object.
Hierarchy
- interface \Drupal\Core\Config\ConfigFactoryOverrideInterface
 
File
- core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php, line 8
 
Namespace
Drupal\Core\Config
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| ConfigFactoryOverrideInterface::createConfigObject | public | function | Creates a configuration object for use during install and synchronization. | 
| ConfigFactoryOverrideInterface::getCacheableMetadata | public | function | Gets the cacheability metadata associated with the config factory override. | 
| ConfigFactoryOverrideInterface::getCacheSuffix | public | function | The string to append to the configuration static cache name. | 
| ConfigFactoryOverrideInterface::loadOverrides | public | function | Returns config overrides. | 
Please login to continue.