Defines the interface for a configuration object factory.
Name | Modifiers | Type | Description |
---|---|---|---|
ConfigFactoryInterface::addOverride | public | function | Adds config factory override services. |
ConfigFactoryInterface::clearStaticCache | public | function | Clears the config factory static cache. |
ConfigFactoryInterface::get | public | function | Returns an immutable configuration object for a given name. |
ConfigFactoryInterface::getCacheKeys | public | function | The cache keys associated with the state of the config factory. |
ConfigFactoryInterface::getEditable | public | function | Returns an mutable configuration object for a given name. |
ConfigFactoryInterface::listAll | public | function | Gets configuration object names starting with a given prefix. |
ConfigFactoryInterface::loadMultiple | public | function | Returns a list of configuration objects for the given names. |
ConfigFactoryInterface::rename | public | function | Renames a configuration object using the storage. |
ConfigFactoryInterface::reset | public | function | Resets and re-initializes configuration objects. Internal use only. |
© 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!ConfigFactoryInterface.php/interface/ConfigFactoryInterface/8.1.x