Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ReadOnlyStorageTest::testReadOperations | function | core/ |
Tests read operations. |
| ReadOnlyStorageTest::testWriteOperations | function | core/ |
Tests write operations. |
| ReadOnlyStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
| rebuild_token_calculator.sh | file | core/ |
Command line token calculator for rebuild.php. |
| Recipe::createFromDirectory | function | core/ |
Creates a recipe object from the provided path. |
| RecipeCommand::rollBackToCheckpoint | function | core/ |
Rolls config back to a particular checkpoint. |
| RecipeCommand::toPlainString | function | core/ |
Converts a stringable like TranslatableMarkup to a plain text string. |
| RecipeCommandTest::testErrorOnNonExistentDirectory | function | core/ |
Tests the recipe command with a non-existent directory. |
| 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. |
| RecipeConfigStorageWrapperTest::testReadMultipleStorageA | function | core/ |
Test that storage A has precedence over storage B. |
| RecipeConfigStorageWrapperTest::testRightSideExists | function | core/ |
Validate that we fall back to the second storage. |
| RecipeConfigStorageWrapperTest::testSingleStorage | function | core/ |
Validate that a single storage returns exactly the same instance. |
| RecipeConfigStorageWrapperTest::testUnsupportedMethods | function | core/ |
Test methods that are unsupported. |
| RecipeConfigurator | class | core/ |
@internal This API is experimental. |
| RecipeConfigurator.php | file | core/ |
|
| RecipeConfigurator::$cache | property | core/ |
A cache of already-loaded recipes, keyed by path. |
| RecipeConfigurator::$recipes | property | core/ |
Pagination
- Previous page
- Page 201
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.