Search for config
- Search 7.x for config
- Search 9.5.x for config
- Search 8.9.x for config
- Search 10.3.x for config
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Config | class | composer/ |
Determine configuration. |
Config | class | core/ |
Drupal 8+ configuration source from database. |
Config | class | core/ |
Provides Configuration Management destination plugin. |
Config | class | core/ |
Defines the default configuration object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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::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. |
ConfigCollectionEvents | class | core/ |
Defines events for working with configuration collections. |
ConfigCollectionEvents.php | file | core/ |
|
ConfigCollectionEvents::COLLECTION_INFO | constant | core/ |
Event dispatched to collect information on all config collections. |
ConfigCollectionEvents::DELETE_IN_COLLECTION | constant | core/ |
Event dispatched when deleting configuration not in the default collection. |
ConfigCollectionEvents::RENAME_IN_COLLECTION | constant | core/ |
Event dispatched when renaming configuration not in the default collection. |
ConfigCollectionEvents::SAVE_IN_COLLECTION | constant | core/ |
Event dispatched when saving configuration not in the default collection. |
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. |
ConfigConfigurator | class | core/ |
@internal This API is experimental. |
ConfigConfigurator.php | file | core/ |
|
ConfigConfigurator::$recipeConfigDirectory | property | core/ |
The configuration directory for the recipe. |
ConfigConfigurator::$strict | property | core/ |
Indicates how the shipped and active config are compared. |
ConfigConfigurator::getConfigStorage | function | core/ |
Gets a config storage object for reading config from the recipe. |
ConfigConfigurator::hasTasks | function | core/ |
Determines if the recipe has any config or config actions to apply. |
ConfigConfigurator::recursiveSortByKey | function | core/ |
Sorts an array recursively, by key, alphabetically. |
ConfigConfigurator::__construct | function | core/ |
|
ConfigConfiguratorTest | class | core/ |
@covers \Drupal\Core\Recipe\ConfigConfigurator @group Recipe |
ConfigConfiguratorTest.php | file | core/ |
|
ConfigConfiguratorTest::cloneRecipe | function | core/ |
Clones a recipes. |
ConfigConfiguratorTest::testExistingConfigIsIgnoredInLenientMode | function | core/ |
@testWith [false] [[]] |
ConfigConfiguratorTest::testExistingConfigWithKeysInDifferentOrder | function | core/ |
Tests creating an existing configuration with a difference key order. |
ConfigConfiguratorTest::testFullStrictness | function | core/ |
Tests strict mode. |
ConfigConfiguratorTest::testSelectiveStrictness | function | core/ |
Tests with strict mode on part of the configuration. |
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/ |
|
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. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.