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 |
---|---|---|---|
AllowListConfigStorage | class | core/ |
A read-only storage wrapper that only allows access to certain config names. |
AllowListConfigStorage.php | file | core/ |
|
AllowListConfigStorage::createCollection | function | core/ |
|
AllowListConfigStorage::decode | function | core/ |
|
AllowListConfigStorage::delete | function | core/ |
|
AllowListConfigStorage::deleteAll | function | core/ |
|
AllowListConfigStorage::encode | function | core/ |
|
AllowListConfigStorage::exists | function | core/ |
|
AllowListConfigStorage::getAllCollectionNames | function | core/ |
|
AllowListConfigStorage::getCollectionName | function | core/ |
|
AllowListConfigStorage::listAll | function | core/ |
|
AllowListConfigStorage::read | function | core/ |
|
AllowListConfigStorage::readMultiple | function | core/ |
|
AllowListConfigStorage::rename | function | core/ |
|
AllowListConfigStorage::write | function | core/ |
|
AllowListConfigStorage::__construct | function | core/ |
|
BootstrapConfigStorageFactory | class | core/ |
Defines a factory for retrieving the config storage used pre-kernel. |
BootstrapConfigStorageFactory.php | file | core/ |
|
BootstrapConfigStorageFactory::get | function | core/ |
Returns a configuration storage implementation. |
BootstrapConfigStorageFactory::getDatabaseStorage | function | core/ |
Returns a Database configuration storage implementation. |
ConfigConfigurator::getConfigStorage | function | core/ |
Gets a config storage object for reading config from the recipe. |
ConfigEntityStorage::$configStorage | property | core/ |
The config storage service. |
ConfigImportForm::$configStorage | property | core/ |
The configuration storage. |
ConfigSingleExportForm::$configStorage | property | core/ |
The config storage. |
ConfigStorageTestBase | class | core/ |
Base class for testing storage operations. |
ConfigStorageTestBase.php | file | core/ |
|
ConfigStorageTestBase::$invalidStorage | property | core/ |
|
ConfigStorageTestBase::$storage | property | core/ |
|
ConfigStorageTestBase::delete | function | core/ |
Deletes configuration data from the storage. |
ConfigStorageTestBase::insert | function | core/ |
Inserts configuration data in the storage. |
ConfigStorageTestBase::read | function | core/ |
Reads configuration data from the storage. |
ConfigStorageTestBase::testCollection | function | core/ |
Tests that the storage supports collections. |
ConfigStorageTestBase::testCRUD | function | core/ |
Tests storage CRUD operations. |
ConfigStorageTestBase::testDataTypes | function | core/ |
Tests storage writing and reading data preserving data type. |
ConfigStorageTestBase::testInvalidStorage | function | core/ |
Tests an invalid storage. |
ConfigStorageTestBase::update | function | core/ |
Updates configuration data in the storage. |
DefaultConfigTest::doTestsOnConfigStorage | function | core/ |
Tests that default config matches the installed config. |
DrupalKernel::$configStorage | property | core/ |
Config storage object used for reading enabled modules configuration. |
DrupalKernel::getConfigStorage | function | core/ |
Gets the active configuration storage to use during building the container. |
EntityResourcePostRouteSubscriber::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
ExtensionInstallStorage::$configStorage | property | core/ |
The active configuration store. |
FieldConfigStorage | class | core/ |
Storage handler for field config. |
FieldConfigStorage.php | file | core/ |
|
FieldConfigStorage::$deletedFieldsRepository | property | core/ |
The deleted fields repository. |
FieldConfigStorage::$entityTypeManager | property | core/ |
The entity type manager. |
FieldConfigStorage::$fieldTypeManager | property | core/ |
The field type plugin manager. |
FieldConfigStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
FieldConfigStorage::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
FieldConfigStorage::loadByProperties | function | core/ |
Load entities by their property values without any access checks. |
FieldConfigStorage::__construct | function | core/ |
Constructs a FieldConfigStorage object. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.