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 |
---|---|---|---|
FieldStorageConfigStorage::__construct | function | core/ |
Constructs a FieldStorageConfigStorage object. |
FieldUninstallValidator::$fieldStorageConfigStorage | property | core/ |
The field storage config storage. |
InstallerKernel::getConfigStorage | function | core/ |
Returns the active configuration storage used during early install. |
InstallerKernel::resetConfigStorage | function | core/ |
Reset the bootstrap config storage. |
LocaleConfigManager::$configStorage | property | core/ |
The storage instance for reading configuration data. |
LocaleConfigManager::$defaultConfigStorage | property | core/ |
The locale default config storage instance. |
LocaleDefaultConfigStorage | class | core/ |
Provides access to default configuration for locale integration. |
LocaleDefaultConfigStorage.php | file | core/ |
|
LocaleDefaultConfigStorage::$configStorage | property | core/ |
The storage instance for reading configuration data. |
LocaleDefaultConfigStorage::$languageManager | property | core/ |
The language manager. |
LocaleDefaultConfigStorage::$optionalInstallStorage | property | core/ |
The storage instance for reading optional default configuration data. |
LocaleDefaultConfigStorage::$requiredInstallStorage | property | core/ |
The storage instance for reading required default configuration data. |
LocaleDefaultConfigStorage::getComponentNames | function | core/ |
Get all configuration names and folders for a list of modules or themes. |
LocaleDefaultConfigStorage::listAll | function | core/ |
Return the list of configuration in install storage and current languages. |
LocaleDefaultConfigStorage::predefinedConfiguredLanguages | function | core/ |
Compute the list of configuration names that match predefined languages. |
LocaleDefaultConfigStorage::read | function | core/ |
Read a configuration from install storage or default languages. |
LocaleDefaultConfigStorage::__construct | function | core/ |
Constructs a LocaleDefaultConfigStorage. |
LocaleDefaultConfigStorageTest | class | core/ |
@group locale |
LocaleDefaultConfigStorageTest.php | file | core/ |
|
LocaleDefaultConfigStorageTest::$modules | property | core/ |
Modules to install. |
LocaleDefaultConfigStorageTest::testGetComponentNames | function | core/ |
|
RecipeConfigStorageWrapper | class | core/ |
Merges two storages together. |
RecipeConfigStorageWrapper.php | file | core/ |
|
RecipeConfigStorageWrapper::createCollection | function | core/ |
Creates a collection on the storage. |
RecipeConfigStorageWrapper::createStorageFromArray | function | core/ |
Creates a single config storage for an array of storages. |
RecipeConfigStorageWrapper::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
RecipeConfigStorageWrapper::delete | function | core/ |
Deletes a configuration object from the storage. |
RecipeConfigStorageWrapper::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
RecipeConfigStorageWrapper::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
RecipeConfigStorageWrapper::exists | function | core/ |
Returns whether a configuration object exists. |
RecipeConfigStorageWrapper::getAllCollectionNames | function | core/ |
Gets the existing collections. |
RecipeConfigStorageWrapper::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
RecipeConfigStorageWrapper::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
RecipeConfigStorageWrapper::read | function | core/ |
Reads configuration data from the storage. |
RecipeConfigStorageWrapper::readMultiple | function | core/ |
Reads configuration data from the storage. |
RecipeConfigStorageWrapper::rename | function | core/ |
Renames a configuration object in the storage. |
RecipeConfigStorageWrapper::write | function | core/ |
Writes configuration data to the storage. |
RecipeConfigStorageWrapper::__construct | function | core/ |
|
RecipeConfigStorageWrapperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Recipe\RecipeConfigStorageWrapper[[api-linebreak]] @group Recipe |
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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.