Search for configStorage

  1. Search 7.x for configStorage
  2. Search 9.5.x for configStorage
  3. Search 8.9.x for configStorage
  4. Search 11.x for configStorage
  5. Other projects
Title Object type File name Summary
BootstrapConfigStorageFactory class core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Defines a factory for retrieving the config storage used pre-kernel.
BootstrapConfigStorageFactory.php file core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
BootstrapConfigStorageFactory::get function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a configuration storage implementation.
BootstrapConfigStorageFactory::getDatabaseStorage function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a Database configuration storage implementation.
ConfigConfigurator::getConfigStorage function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Gets a config storage object for reading config from the recipe.
ConfigEntityStorage::$configStorage property core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php The config storage service.
ConfigImportForm::$configStorage property core/modules/config/src/Form/ConfigImportForm.php The configuration storage.
ConfigSingleExportForm::$configStorage property core/modules/config/src/Form/ConfigSingleExportForm.php The config storage.
ConfigSingleImportForm::$configStorage property core/modules/config/src/Form/ConfigSingleImportForm.php The config storage.
ConfigStorageTestBase class core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Base class for testing storage operations.
ConfigStorageTestBase.php file core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::$invalidStorage property core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::$storage property core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigStorageTestBase::testCollection function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests that the storage supports collections.
ConfigStorageTestBase::testCRUD function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests storage CRUD operations.
ConfigStorageTestBase::testDataTypes function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests storage writing and reading data preserving data type.
ConfigStorageTestBase::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Tests an invalid storage.
ConfigStorageTestBase::update function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
DefaultConfigTest::doTestsOnConfigStorage function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that default config matches the installed config.
DrupalKernel::$configStorage property core/lib/Drupal/Core/DrupalKernel.php Config storage object used for reading enabled modules configuration.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Returns the active configuration storage to use during building the container.
EntityResourcePostRouteSubscriber::$resourceConfigStorage property core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php The REST resource config storage.
ExtensionInstallStorage::$configStorage property core/lib/Drupal/Core/Config/ExtensionInstallStorage.php The active configuration store.
FieldConfigStorage class core/modules/field/src/FieldConfigStorage.php Storage handler for field config.
FieldConfigStorage.php file core/modules/field/src/FieldConfigStorage.php
FieldConfigStorage::$deletedFieldsRepository property core/modules/field/src/FieldConfigStorage.php The deleted fields repository.
FieldConfigStorage::$entityTypeManager property core/modules/field/src/FieldConfigStorage.php The entity type manager.
FieldConfigStorage::$fieldTypeManager property core/modules/field/src/FieldConfigStorage.php The field type plugin manager.
FieldConfigStorage::createInstance function core/modules/field/src/FieldConfigStorage.php Instantiates a new instance of this entity handler.
FieldConfigStorage::importDelete function core/modules/field/src/FieldConfigStorage.php Delete entities upon synchronizing configuration changes.
FieldConfigStorage::loadByProperties function core/modules/field/src/FieldConfigStorage.php Load entities by their property values without any access checks.
FieldConfigStorage::__construct function core/modules/field/src/FieldConfigStorage.php Constructs a FieldConfigStorage object.
FieldConfigStorageBase class core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Base storage class for field config entities.
FieldConfigStorageBase.php file core/lib/Drupal/Core/Field/FieldConfigStorageBase.php
FieldConfigStorageBase::$fieldTypeManager property core/lib/Drupal/Core/Field/FieldConfigStorageBase.php The field type plugin manager.
FieldConfigStorageBase::mapFromStorageRecords function core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Maps from storage records to entity objects.
FieldConfigStorageBase::mapToStorageRecord function core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Maps from an entity object to the storage record.
FieldStorageConfigStorage class core/modules/field/src/FieldStorageConfigStorage.php Storage handler for "field storage" configuration entities.
FieldStorageConfigStorage.php file core/modules/field/src/FieldStorageConfigStorage.php
FieldStorageConfigStorage::$deletedFieldsRepository property core/modules/field/src/FieldStorageConfigStorage.php The deleted fields repository.
FieldStorageConfigStorage::$entityTypeManager property core/modules/field/src/FieldStorageConfigStorage.php The entity type manager.
FieldStorageConfigStorage::$fieldTypeManager property core/modules/field/src/FieldStorageConfigStorage.php The field type plugin manager.
FieldStorageConfigStorage::$moduleHandler property core/modules/field/src/FieldStorageConfigStorage.php The module handler.
FieldStorageConfigStorage::createInstance function core/modules/field/src/FieldStorageConfigStorage.php Instantiates a new instance of this entity handler.
FieldStorageConfigStorage::loadByProperties function core/modules/field/src/FieldStorageConfigStorage.php Load entities by their property values without any access checks.
FieldStorageConfigStorage::mapFromStorageRecords function core/modules/field/src/FieldStorageConfigStorage.php Maps from storage records to entity objects.
FieldStorageConfigStorage::mapToStorageRecord function core/modules/field/src/FieldStorageConfigStorage.php Maps from an entity object to the storage record.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.