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 10.3.x for configStorage
  5. Other projects
Title Object type File name Summary
AllowListConfigStorage class core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php A read-only storage wrapper that only allows access to certain config names.
AllowListConfigStorage.php file core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::decode function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::delete function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::encode function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::exists function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::listAll function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::read function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::rename function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::write function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
AllowListConfigStorage::__construct function core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php
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.
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 Deletes configuration data from the storage.
ConfigStorageTestBase::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Inserts configuration data in the storage.
ConfigStorageTestBase::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php Reads configuration data from the storage.
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 Updates configuration data in the storage.
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 Gets 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.

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