Search for configStorage
- Search 7.x for configStorage
- Search 8.9.x for configStorage
- Search 10.3.x for configStorage
- Search 11.x for configStorage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
ConfigEntityStorage::$configStorage | property | core/ |
The config storage service. |
ConfigImportForm::$configStorage | property | core/ |
The configuration storage. |
ConfigSingleExportForm::$configStorage | property | core/ |
The config storage. |
ConfigSingleImportForm::$configStorage | property | core/ |
The config storage. |
ConfigStorageStagingTest | class | core/ |
Tests that the service "config.storage.staging" has been deprecated. |
ConfigStorageStagingTest.php | file | core/ |
|
ConfigStorageStagingTest::testConfigStorageStagingDeprecation | function | core/ |
Tests deprecation of the "config.storage.staging" service. |
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/ |
|
ConfigStorageTestBase::insert | function | core/ |
|
ConfigStorageTestBase::read | function | core/ |
|
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/ |
|
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/ |
Returns 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/ |
|
FieldConfigStorage::importDelete | function | core/ |
|
FieldConfigStorage::loadByProperties | function | core/ |
|
FieldConfigStorage::__construct | function | core/ |
Constructs a FieldConfigStorage object. |
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/ |
|
FieldConfigStorageBase::mapToStorageRecord | function | core/ |
|
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/ |
|
FieldStorageConfigStorage::loadByProperties | function | core/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.