Search for configStorage
- Search 7.x for configStorage
- Search 9.5.x for configStorage
- Search 8.9.x for configStorage
- Search 10.3.x for configStorage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldConfigStorageBase | class | core/ |
Base storage class for field config entities. |
FieldConfigStorageBase.php | file | core/ |
|
FieldConfigStorageBase::$fieldTypeManager | property | core/ |
The field type plugin manager. |
FieldConfigStorageBase::mapFromStorageRecords | function | core/ |
Maps from storage records to entity objects. |
FieldConfigStorageBase::mapToStorageRecord | function | core/ |
Maps from an entity object to the storage record. |
FieldStorageConfigStorage | class | core/ |
Storage handler for "field storage" configuration entities. |
FieldStorageConfigStorage.php | file | core/ |
|
FieldStorageConfigStorage::$deletedFieldsRepository | property | core/ |
The deleted fields repository. |
FieldStorageConfigStorage::$entityTypeManager | property | core/ |
The entity type manager. |
FieldStorageConfigStorage::$fieldTypeManager | property | core/ |
The field type plugin manager. |
FieldStorageConfigStorage::$moduleHandler | property | core/ |
The module handler. |
FieldStorageConfigStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
FieldStorageConfigStorage::loadByProperties | function | core/ |
Load entities by their property values without any access checks. |
FieldStorageConfigStorage::mapFromStorageRecords | function | core/ |
Maps from storage records to entity objects. |
FieldStorageConfigStorage::mapToStorageRecord | function | core/ |
Maps from an entity object to the storage record. |
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/ |
Tests retrieval of component names from locale default config storage. |
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. |
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.