| RecipeConfigStorageWrapper::deleteAll |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::encode |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::exists |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::getAllCollectionNames |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::getCollectionName |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::listAll |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::read |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::readMultiple |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::rename |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::write |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapper::__construct |
function |
core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php |
|
| RecipeConfigStorageWrapperTest |
class |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Tests Drupal\Core\Recipe\RecipeConfigStorageWrapper. |
| RecipeConfigStorageWrapperTest.php |
file |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
|
| RecipeConfigStorageWrapperTest::generateStorages |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Generate two storages where the second storage should return a value. |
| RecipeConfigStorageWrapperTest::testCreateCollection |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test creating a collection passes the name through to the child storages. |
| RecipeConfigStorageWrapperTest::testDecode |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test that we only use storage A's decode method. |
| RecipeConfigStorageWrapperTest::testEncode |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test that we only use storage A's encode method. |
| RecipeConfigStorageWrapperTest::testGetAllCollectionNames |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test that we merge and return only unique collection names. |
| RecipeConfigStorageWrapperTest::testGetCollection |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test the collection name is stored properly. |
| RecipeConfigStorageWrapperTest::testLeftSideExists |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate that the first storage checks existence first. |
| RecipeConfigStorageWrapperTest::testListAll |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test that list all merges values and makes them unique. |
| RecipeConfigStorageWrapperTest::testMultipleStorages |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate that multiple storages return underlying values correctly. |
| RecipeConfigStorageWrapperTest::testNotExists |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate FALSE when neither storage contains a key. |
| RecipeConfigStorageWrapperTest::testNullStorage |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate that an empty set of storage backends returns null storage. |
| RecipeConfigStorageWrapperTest::testReadFails |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate when neither storage can read a value. |
| RecipeConfigStorageWrapperTest::testReadFromA |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate that we read from storage A first. |
| RecipeConfigStorageWrapperTest::testReadFromB |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate that we read from storage B second. |
| RecipeConfigStorageWrapperTest::testReadMultiple |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test reading multiple values. |
| RecipeConfigStorageWrapperTest::testReadMultipleStorageA |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test that storage A has precedence over storage B. |
| RecipeConfigStorageWrapperTest::testRightSideExists |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate that we fall back to the second storage. |
| RecipeConfigStorageWrapperTest::testSingleStorage |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Validate that a single storage returns exactly the same instance. |
| RecipeConfigStorageWrapperTest::testUnsupportedMethods |
function |
core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php |
Test methods that are unsupported. |
| RecipeMultipleModulesConfigStorage |
class |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
Provides a read-only config storage spanning multiple modules' config. |
| RecipeMultipleModulesConfigStorage.php |
file |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::createCollection |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::createFromModuleList |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
Creates a RecipeMultipleModulesConfigStorage from a list of modules. |
| RecipeMultipleModulesConfigStorage::decode |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::delete |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::deleteAll |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::encode |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::exists |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::getCollectionName |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::getStorage |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
Gets the correct module configuration storage to use. |
| RecipeMultipleModulesConfigStorage::listAll |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::read |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::readMultiple |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::rename |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::write |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
|
| RecipeMultipleModulesConfigStorage::__construct |
function |
core/lib/Drupal/Core/Recipe/RecipeMultipleModulesConfigStorage.php |
Constructs a RecipeMultipleModulesConfigStorage. |