Search for configStorage
- Search 7.x for configStorage
- Search 9.5.x for configStorage
- Search 8.9.x for configStorage
- Search 11.x for configStorage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
RecipeExtensionConfigStorage | class | core/ |
Allows the recipe to select configuration from the module. |
RecipeExtensionConfigStorage.php | file | core/ |
|
RecipeExtensionConfigStorage::$storage | property | core/ |
|
RecipeExtensionConfigStorage::createCollection | function | core/ |
Creates a collection on the storage. |
RecipeExtensionConfigStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
RecipeExtensionConfigStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
RecipeExtensionConfigStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
RecipeExtensionConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
RecipeExtensionConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
RecipeExtensionConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
RecipeExtensionConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
RecipeExtensionConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
RecipeExtensionConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
RecipeExtensionConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
RecipeExtensionConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
RecipeExtensionConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
RecipeExtensionConfigStorage::__construct | function | core/ |
|
RecipeOverrideConfigStorage | class | core/ |
Wraps a config storage to allow recipe provided configuration to override it. |
RecipeOverrideConfigStorage.php | file | core/ |
|
RecipeOverrideConfigStorage::createCollection | function | core/ |
Creates a collection on the storage. |
RecipeOverrideConfigStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
RecipeOverrideConfigStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
RecipeOverrideConfigStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
RecipeOverrideConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
RecipeOverrideConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
RecipeOverrideConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
RecipeOverrideConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
RecipeOverrideConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
RecipeOverrideConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
RecipeOverrideConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
RecipeOverrideConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
RecipeOverrideConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
RecipeOverrideConfigStorage::__construct | function | core/ |
|
ResourceRoutes::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
ResourceTestBase::$resourceConfigStorage | property | core/ |
The REST resource config entity storage. |
RestPermissions::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
TypedConfigManager::$configStorage | property | core/ |
A storage instance for reading configuration data. |
UnitTestCase::getConfigStorageStub | function | core/ |
Returns a stub config storage that returns the supplied configuration. |
Pagination
- Previous page
- Page 3
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.