Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigAfterInstallerTestBase::assertInstalledConfig | function | core/ |
Ensures that all the installed config looks like the exported one. |
| ConfigBase | class | core/ |
Provides a base class for configuration objects with get/set support. |
| ConfigBase.php | file | core/ |
|
| ConfigBase::$data | property | core/ |
The data of the configuration object. |
| ConfigBase::$name | property | core/ |
The name of the configuration object. |
| ConfigBase::castSafeStrings | function | core/ |
Casts any objects that implement MarkupInterface to string. |
| ConfigBase::clear | function | core/ |
Unsets a value in this configuration object. |
| ConfigBase::get | function | core/ |
Gets data from this configuration object. |
| ConfigBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| ConfigBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| ConfigBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
| ConfigBase::getName | function | core/ |
Returns the name of this configuration object. |
| ConfigBase::MAX_NAME_LENGTH | constant | core/ |
The maximum length of a configuration object name. |
| ConfigBase::merge | function | core/ |
Merges data into a configuration object. |
| ConfigBase::set | function | core/ |
Sets a value in this configuration object. |
| ConfigBase::setData | function | core/ |
Replaces the data of this configuration object. |
| ConfigBase::setName | function | core/ |
Sets the name of this configuration object. |
| ConfigBase::validateKeys | function | core/ |
Validates all keys in a passed in config array structure. |
| ConfigBase::validateName | function | core/ |
Validates the configuration object name. |
| ConfigCacheTag | class | core/ |
A subscriber invalidating cache tags when system config objects are saved. |
| ConfigCacheTag.php | file | core/ |
|
| ConfigCacheTag::$cacheTagsInvalidator | property | core/ |
The cache tags invalidator. |
| ConfigCacheTag::$themeHandler | property | core/ |
The theme handler. |
| ConfigCacheTag::getSubscribedEvents | function | core/ |
|
| ConfigCacheTag::onSave | function | core/ |
Invalidate cache tags when particular system config objects are saved. |
| ConfigCacheTag::__construct | function | core/ |
Constructs a ConfigCacheTag object. |
| ConfigCollectionInfo | class | core/ |
Gets information on all the possible configuration collections. |
| ConfigCollectionInfo.php | file | core/ |
|
| ConfigCollectionInfo::$collections | property | core/ |
Configuration collection information keyed by collection name. |
| ConfigCollectionInfo::addCollection | function | core/ |
Adds a collection to the list of possible collections. |
| ConfigCollectionInfo::getCollectionNames | function | core/ |
Gets the list of possible collection names. |
| ConfigCollectionInfo::getOverrideService | function | core/ |
Gets the config factory override service responsible for the collection. |
| ConfigController | class | core/ |
Returns responses for config module routes. |
| ConfigController.php | file | core/ |
|
| ConfigController::$configManager | property | core/ |
The configuration manager. |
| ConfigController::$diffFormatter | property | core/ |
The diff formatter. |
| ConfigController::$exportStorage | property | core/ |
The export storage. |
| ConfigController::$fileDownloadController | property | core/ |
The file download controller. |
| ConfigController::$fileSystem | property | core/ |
The file system. |
| ConfigController::$importTransformer | property | core/ |
The import transformer service. |
| ConfigController::$syncStorage | property | core/ |
The sync storage. |
| ConfigController::$targetStorage | property | core/ |
The target storage. |
| ConfigController::create | function | core/ |
Instantiates a new instance of this class. |
| ConfigController::diff | function | core/ |
Shows diff of specified configuration file. |
| ConfigController::downloadExport | function | core/ |
Downloads a tarball of the site configuration. |
| ConfigController::__construct | function | core/ |
Constructs a ConfigController object. |
| ConfigCrudEvent | class | core/ |
Wraps a configuration event for event listeners. |
| ConfigCrudEvent.php | file | core/ |
|
| ConfigCrudEvent::$config | property | core/ |
Configuration object. |
| ConfigCrudEvent::getConfig | function | core/ |
Gets configuration object. |
Pagination
- Previous page
- Page 204
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.