Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| RecipeMultipleModulesConfigStorage | class | core/ |
Provides a read-only config storage spanning multiple modules' config. |
| RecipeMultipleModulesConfigStorage.php | file | core/ |
|
| RecipeMultipleModulesConfigStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| RecipeMultipleModulesConfigStorage::createFromModuleList | function | core/ |
Creates a RecipeMultipleModulesConfigStorage from a list of modules. |
| RecipeMultipleModulesConfigStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| RecipeMultipleModulesConfigStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| RecipeMultipleModulesConfigStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| RecipeMultipleModulesConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| RecipeMultipleModulesConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| RecipeMultipleModulesConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| RecipeMultipleModulesConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| RecipeMultipleModulesConfigStorage::getStorage | function | core/ |
Gets the correct module configuration storage to use. |
| RecipeMultipleModulesConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| RecipeMultipleModulesConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
| RecipeMultipleModulesConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| RecipeMultipleModulesConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| RecipeMultipleModulesConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
| RecipeMultipleModulesConfigStorage::__construct | function | core/ |
Constructs a RecipeMultipleModulesConfigStorage. |
| RecipeMultipleModulesConfigStorageTest | class | core/ |
Tests RecipeMultipleModulesConfigStorage. |
| RecipeMultipleModulesConfigStorageTest.php | file | core/ |
|
| RecipeMultipleModulesConfigStorageTest::$extensionList | property | core/ |
The mocked module extension list. |
| RecipeMultipleModulesConfigStorageTest::setUp | function | core/ |
|
| RecipeMultipleModulesConfigStorageTest::testCreateCollection | function | core/ |
Tests createCollection() returns a new instance with the given collection. |
| RecipeMultipleModulesConfigStorageTest::testCreateCollectionReadsFromSubdirectories | function | core/ |
Tests createCollection() reads from collection subdirectories. |
| RecipeMultipleModulesConfigStorageTest::testCreateFromModuleListEmpty | function | core/ |
Tests createFromModuleList() throws when given an empty module list. |
| RecipeMultipleModulesConfigStorageTest::testDecode | function | core/ |
Tests decode(). |
| RecipeMultipleModulesConfigStorageTest::testEncode | function | core/ |
Tests encode() delegates to underlying FileStorage. |
| RecipeMultipleModulesConfigStorageTest::testExists | function | core/ |
Tests exists() returns TRUE when config is in any directory. |
| RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNames | function | core/ |
Tests getAllCollectionNames() merges and deduplicates from all directories. |
| RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNamesEmpty | function | core/ |
Tests getAllCollectionNames() returns empty when no collections exist. |
| RecipeMultipleModulesConfigStorageTest::testGetCollectionNameDefault | function | core/ |
Tests getCollectionName() returns the default collection. |
| RecipeMultipleModulesConfigStorageTest::testListAll | function | core/ |
Tests listAll() merges results from all directories. |
| RecipeMultipleModulesConfigStorageTest::testListAllWithPrefix | function | core/ |
Tests listAll() with a prefix filter. |
| RecipeMultipleModulesConfigStorageTest::testRead | function | core/ |
Tests read() returns from the first directory that has the config. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.