Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
Config::prepareRow | function | core/ |
Adds additional data to the row. |
Config::query | function | core/ |
|
Config::resetOverriddenData | function | core/ |
Resets the current data, so overrides are re-applied. |
Config::rollback | function | core/ |
Delete the specified destination object from the target Drupal. |
Config::save | function | core/ |
Saves the configuration object. |
Config::set | function | core/ |
Sets a value in this configuration object. |
Config::setData | function | core/ |
Replaces the data of this configuration object. |
Config::setModuleOverride | function | core/ |
Sets module overrides for this configuration object. |
Config::setOverriddenData | function | core/ |
Sets the current data for this configuration object. |
Config::setSettingsOverride | function | core/ |
Sets settings.php overrides for this configuration object. |
Config::__construct | function | core/ |
Constructs a configuration object. |
Config::__construct | function | core/ |
Constructs a Config destination object. |
Config::__construct | function | composer/ |
Construct a Config object. |
ConfigAccessTest | class | core/ |
Tests handling of configuration overrides. |
ConfigAccessTest.php | file | core/ |
|
ConfigAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfigAccessTest::$modules | property | core/ |
Modules to enable. |
ConfigAccessTest::setUp | function | core/ |
|
ConfigAccessTest::testBlockConfigAccess | function | core/ |
Tests access to block forms with related configuration is correct. |
ConfigAfterInstallerTestBase | class | core/ |
Provides a class for install profiles to check their installed config. |
ConfigAfterInstallerTestBase.php | file | core/ |
|
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. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.