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
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.
FieldStorageConfigStorage::__construct function core/modules/field/src/FieldStorageConfigStorage.php Constructs a FieldStorageConfigStorage object.
FieldUninstallValidator::$fieldStorageConfigStorage property core/modules/field/src/FieldUninstallValidator.php The field storage config storage.
InstallerKernel::getConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Returns the active configuration storage used during early install.
InstallerKernel::resetConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Reset the bootstrap config storage.
LocaleConfigManager::$configStorage property core/modules/locale/src/LocaleConfigManager.php The storage instance for reading configuration data.
LocaleConfigManager::$defaultConfigStorage property core/modules/locale/src/LocaleConfigManager.php The locale default config storage instance.
LocaleDefaultConfigStorage class core/modules/locale/src/LocaleDefaultConfigStorage.php Provides access to default configuration for locale integration.
LocaleDefaultConfigStorage.php file core/modules/locale/src/LocaleDefaultConfigStorage.php
LocaleDefaultConfigStorage::$configStorage property core/modules/locale/src/LocaleDefaultConfigStorage.php The storage instance for reading configuration data.
LocaleDefaultConfigStorage::$languageManager property core/modules/locale/src/LocaleDefaultConfigStorage.php The language manager.
LocaleDefaultConfigStorage::$optionalInstallStorage property core/modules/locale/src/LocaleDefaultConfigStorage.php The storage instance for reading optional default configuration data.
LocaleDefaultConfigStorage::$requiredInstallStorage property core/modules/locale/src/LocaleDefaultConfigStorage.php The storage instance for reading required default configuration data.
LocaleDefaultConfigStorage::getComponentNames function core/modules/locale/src/LocaleDefaultConfigStorage.php Get all configuration names and folders for a list of modules or themes.
LocaleDefaultConfigStorage::listAll function core/modules/locale/src/LocaleDefaultConfigStorage.php Return the list of configuration in install storage and current languages.
LocaleDefaultConfigStorage::predefinedConfiguredLanguages function core/modules/locale/src/LocaleDefaultConfigStorage.php Compute the list of configuration names that match predefined languages.
LocaleDefaultConfigStorage::read function core/modules/locale/src/LocaleDefaultConfigStorage.php Read a configuration from install storage or default languages.
LocaleDefaultConfigStorage::__construct function core/modules/locale/src/LocaleDefaultConfigStorage.php Constructs a LocaleDefaultConfigStorage.
LocaleDefaultConfigStorageTest class core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php @group locale
LocaleDefaultConfigStorageTest.php file core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php
LocaleDefaultConfigStorageTest::$modules property core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php Modules to install.
LocaleDefaultConfigStorageTest::testGetComponentNames function core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php Tests retrieval of component names from locale default config storage.
RecipeConfigStorageWrapper class core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Merges two storages together.
RecipeConfigStorageWrapper.php file core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::createCollection function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a collection on the storage.
RecipeConfigStorageWrapper::createStorageFromArray function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a single config storage for an array of storages.
RecipeConfigStorageWrapper::decode function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Decodes configuration data from the storage-specific format.
RecipeConfigStorageWrapper::delete function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Deletes a configuration object from the storage.
RecipeConfigStorageWrapper::deleteAll function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Deletes configuration objects whose names start with a given prefix.
RecipeConfigStorageWrapper::encode function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Encodes configuration data into the storage-specific format.
RecipeConfigStorageWrapper::exists function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Returns whether a configuration object exists.
RecipeConfigStorageWrapper::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the existing collections.
RecipeConfigStorageWrapper::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the name of the current collection the storage is using.
RecipeConfigStorageWrapper::listAll function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets configuration object names starting with a given prefix.
RecipeConfigStorageWrapper::read function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Reads configuration data from the storage.
RecipeConfigStorageWrapper::readMultiple function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Reads configuration data from the storage.

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