Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| config.links.task.yml | file | core/ |
core/modules/config/config.links.task.yml |
| config.permissions.yml | file | core/ |
core/modules/config/config.permissions.yml |
| config.services.yml | file | core/ |
core/modules/config/config.services.yml |
| config.storage | service | core/ |
Drupal\Core\Config\CachedStorage |
| config.storage.active | service | core/ |
Drupal\Core\Config\DatabaseStorage |
| config.storage.export | service | core/ |
Drupal\Core\Config\ManagedStorage |
| config.storage.export.manager | service | core/ |
Drupal\Core\Config\ExportStorageManager |
| config.storage.schema | service | core/ |
Drupal\Core\Config\ExtensionInstallStorage |
| config.storage.snapshot | service | core/ |
Drupal\Core\Config\DatabaseStorage |
| config.storage.staging | service | core/ |
Alias of config.storage.sync |
| config.storage.sync | service | core/ |
Drupal\Core\Config\FileStorage |
| Config::$eventDispatcher | property | core/ |
An event dispatcher instance to use for configuration events. |
| Config::$moduleOverrides | property | core/ |
The current module overrides. |
| Config::$settingsOverrides | property | core/ |
The current settings overrides. |
| Config::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| Config::fields | function | core/ |
Returns an array of destination fields. |
| Config::fields | function | core/ |
Returns available fields on the source. |
| Config::getAllCleanupPaths | function | composer/ |
Gets the configured list of directories to remove from the root package. |
| Config::getDestinationModule | function | core/ |
Gets the destination module handling the destination data. |
| Config::getIds | function | core/ |
Gets the destination IDs. |
| Config::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Config::getPathsForPackage | function | composer/ |
Get a list of paths to remove for the given package. |
| Config::hasOverrides | function | core/ |
Determines if overrides are applied to a key for this configuration object. |
| Config::isTranslationDestination | function | core/ |
Get whether this destination is for translations. |
| Config::resetOverriddenData | function | core/ |
Resets the current data, so overrides are re-applied. |
| 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. |
Pagination
- Previous page
- Page 172
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.