Search for gc
Title | Object type | File name | Summary |
---|---|---|---|
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. |
ConfigCrudEvent::isChanged | function | core/ |
Checks to see if the provided configuration key's value has changed. |
ConfigCrudEvent::__construct | function | core/ |
Constructs a configuration event object. |
ConfigCRUDTest | class | core/ |
Tests CRUD operations on configuration objects. |
ConfigCRUDTest.php | file | core/ |
|
ConfigCRUDTest::$modules | property | core/ |
Modules to enable. |
ConfigCRUDTest::$strictConfigSchema | property | core/ |
Exempt from strict schema checking. |
ConfigCRUDTest::testCRUD | function | core/ |
Tests CRUD operations. |
ConfigCRUDTest::testDataTypes | function | core/ |
Tests data type handling. |
ConfigCRUDTest::testNameValidation | function | core/ |
Tests the validation of configuration object names. |
ConfigCRUDTest::testValueValidation | function | core/ |
Tests the validation of configuration object values. |
ConfigEntityBase::$langcode | property | core/ |
The language code of the entity's default language. |
ConfigFactory::getConfigCacheKey | function | core/ |
Gets the static cache key for a given config name. |
ConfigFactory::getConfigCacheKeys | function | core/ |
Gets all the cache keys that match the provided config name. |
ConfigImporter::processMissingContent | function | core/ |
Handles processing of missing content. |
ConfigImporterMissingContentTest | class | core/ |
Tests importing configuration which has missing content dependencies. |
ConfigImporterMissingContentTest.php | file | core/ |
|
ConfigImporterMissingContentTest::$configImporter | property | core/ |
Config Importer object used for testing. |
ConfigImporterMissingContentTest::$modules | property | core/ |
Modules to enable. |
ConfigImporterMissingContentTest::setUp | function | core/ |
|
ConfigImporterMissingContentTest::testMissingContent | function | core/ |
Tests the missing content event is fired. |
ConfigImporterTest::testMissingCoreExtension | function | core/ |
Tests missing core.extension during configuration import. |
ConfigInstaller::findPreExistingConfiguration | function | core/ |
Finds pre-existing configuration objects for the provided extension. |
ConfigInstallWebTest::testPreExistingConfigInstall | function | core/ |
Tests pre-existing configuration detection. |
ConfigManager::$configCollectionInfo | property | core/ |
The configuration collection info. |
ConfigManager::findMissingContentDependencies | function | core/ |
Finds missing content dependencies declared in configuration entities. |
ConfigManager::getConfigCollectionInfo | function | core/ |
Gets available collection information using the event system. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.