Search for conf
- Search 7.x for conf
- Search 9.5.x for conf
- Search 8.9.x for conf
- Search 10.3.x for conf
- Search 11.x for conf
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| QueryFactory::updateConfigKeyStore | function | core/ |
Updates or adds lookup data. |
| QueryFactoryTest::getConfigObject | function | core/ |
Gets a test configuration object. |
| QuickStartCommand::configure | function | core/ |
|
| RawConfigWriterTrait | trait | core/ |
Allows writing raw config data for testing purposes. |
| RawConfigWriterTrait.php | file | core/ |
|
| RawConfigWriterTrait::writeRawConfig | function | core/ |
Writes raw config data. |
| RawConfigWriterTrait::writeRawConfigEntity | function | core/ |
Writes a config entity without using the entity system or schema. |
| ReadOnlyStorageTest::setRandomFixtureConfig | function | core/ |
Generate random config in the memory storage. |
| RebuildPermissionsForm::getConfirmText | function | core/ |
|
| Recipe::validateConfigActions | function | core/ |
Validates that the corresponding extension is enabled for a config action. |
| RecipeCommand::configure | function | core/ |
|
| RecipeCommandTest::$strictConfigSchema | property | core/ |
Disable strict config schema because this test explicitly makes the recipe system save invalid config, to prove that it validates it after the fact and raises an error. |
| RecipeCommandTest::testDefaultInputValueFromConfig | function | core/ |
|
| RecipeConfigInstaller | class | core/ |
Extends the ConfigInstaller service for recipes. |
| RecipeConfigInstaller.php | file | core/ |
|
| RecipeConfigInstaller::installRecipeConfig | function | core/ |
|
| RecipeConfigStorageWrapper | class | core/ |
Merges two storages together. |
| RecipeConfigStorageWrapper.php | file | core/ |
|
| RecipeConfigStorageWrapper::createCollection | function | core/ |
|
| RecipeConfigStorageWrapper::createStorageFromArray | function | core/ |
Creates a single config storage for an array of storages. |
| RecipeConfigStorageWrapper::decode | function | core/ |
|
| RecipeConfigStorageWrapper::delete | function | core/ |
|
| RecipeConfigStorageWrapper::deleteAll | function | core/ |
|
| RecipeConfigStorageWrapper::encode | function | core/ |
|
| RecipeConfigStorageWrapper::exists | function | core/ |
|
| RecipeConfigStorageWrapper::getAllCollectionNames | function | core/ |
|
| RecipeConfigStorageWrapper::getCollectionName | function | core/ |
|
| RecipeConfigStorageWrapper::listAll | function | core/ |
|
| RecipeConfigStorageWrapper::read | function | core/ |
|
| RecipeConfigStorageWrapper::readMultiple | function | core/ |
|
| RecipeConfigStorageWrapper::rename | function | core/ |
|
| RecipeConfigStorageWrapper::write | function | core/ |
|
| RecipeConfigStorageWrapper::__construct | function | core/ |
|
| RecipeConfigStorageWrapperTest | class | core/ |
Tests Drupal\Core\Recipe\RecipeConfigStorageWrapper. |
| RecipeConfigStorageWrapperTest.php | file | core/ |
|
| RecipeConfigStorageWrapperTest::generateStorages | function | core/ |
Generate two storages where the second storage should return a value. |
| RecipeConfigStorageWrapperTest::testCreateCollection | function | core/ |
Test creating a collection passes the name through to the child storages. |
| RecipeConfigStorageWrapperTest::testDecode | function | core/ |
Test that we only use storage A's decode method. |
| RecipeConfigStorageWrapperTest::testEncode | function | core/ |
Test that we only use storage A's encode method. |
| RecipeConfigStorageWrapperTest::testGetAllCollectionNames | function | core/ |
Test that we merge and return only unique collection names. |
| RecipeConfigStorageWrapperTest::testGetCollection | function | core/ |
Test the collection name is stored properly. |
| RecipeConfigStorageWrapperTest::testLeftSideExists | function | core/ |
Validate that the first storage checks existence first. |
| RecipeConfigStorageWrapperTest::testListAll | function | core/ |
Test that list all merges values and makes them unique. |
| RecipeConfigStorageWrapperTest::testMultipleStorages | function | core/ |
Validate that multiple storages return underlying values correctly. |
| RecipeConfigStorageWrapperTest::testNotExists | function | core/ |
Validate FALSE when neither storage contains a key. |
| RecipeConfigStorageWrapperTest::testNullStorage | function | core/ |
Validate that an empty set of storage backends returns null storage. |
| RecipeConfigStorageWrapperTest::testReadFails | function | core/ |
Validate when neither storage can read a value. |
| RecipeConfigStorageWrapperTest::testReadFromA | function | core/ |
Validate that we read from storage A first. |
| RecipeConfigStorageWrapperTest::testReadFromB | function | core/ |
Validate that we read from storage B second. |
| RecipeConfigStorageWrapperTest::testReadMultiple | function | core/ |
Test reading multiple values. |
Pagination
- Previous page
- Page 108
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.