On this page
interface ConfigFactoryOverrideInterface
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\ConfigMembers
| 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. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!ConfigFactoryOverrideInterface.php/interface/ConfigFactoryOverrideInterface/8.1.x