Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
LayoutFieldTranslateUpdateConfigAndStorage.php file core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php
LayoutFieldTranslateUpdateConfigAndStorage::$expectedBundleUpdates property core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php Expectations of field updates by bundles.
LayoutFieldTranslateUpdateConfigAndStorage::$expectedFieldStorageUpdate property core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php Whether the field storage should be updated.
LayoutFieldTranslateUpdateConfigAndStorage::$layoutBuilderTestCases property core/modules/layout_builder/tests/src/Functional/Update/Translatability/LayoutFieldTranslateUpdateConfigAndStorage.php Layout builder test cases.
LayoutRebuildConfirmFormBase::$sectionStorage property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The section storage.
LayoutRebuildConfirmFormBase::handleSectionStorage function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Performs any actions on the section storage before saving.
LayoutRestTestBase::$nodeStorage property core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php The node storage.
LayoutSectionItemListTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Sets up the section storage entity.
LayoutTempstoreParamConverter::$sectionStorageManager property core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php The section storage manager.
layout_builder_post_update_section_storage_context_definitions function core/modules/layout_builder/layout_builder.post_update.php Clear caches due to changes to section storage annotation changes.
LegacyAliasStorageTest class core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @coversDefaultClass \Drupal\Core\Path\AliasStorage
@group path
@group legacy
LegacyAliasStorageTest.php file core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php
LegacyAliasStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php Modules to enable.
LegacyAliasStorageTest::$storage property core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php
LegacyAliasStorageTest::sampleUrlAliases function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php Returns an array of URL aliases for testing.
LegacyAliasStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php
LegacyAliasStorageTest::testAliasExists function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::aliasExists
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testCRUD function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::load
@covers ::save
@covers ::delete
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler…
LegacyAliasStorageTest::testGetAliasesForAdminListing function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::getAliasesForAdminListing
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testLanguageAliasExists function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::languageAliasExists
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testLoad function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::load
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the "path_alias"…
LegacyAliasStorageTest::testLookupPathAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::lookupPathAlias
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testLookupPathSource function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::lookupPathSource
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testPathHasMatchingAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::pathHasMatchingAlias
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testPreLoadPathAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::preloadPathAlias
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyContentEntityStorageBaseTest class core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Tests deprecated methods of ContentEntityStorageBase.
LegacyContentEntityStorageBaseTest.php file core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php
LegacyContentEntityStorageBaseTest::testDoLoadMultipleRevisionFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Tests doLoadMultipleRevisionsFieldItems triggers an error.
LegacyForumTest::$termStorage property core/modules/forum/tests/src/Kernel/LegacyForumTest.php The taxonomy term storage.
LinkFieldTest::$fieldStorage property core/modules/link/tests/src/Functional/LinkFieldTest.php A field to use in this test class.
ListItemBase::defaultStorageSettings function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Defines the storage-level settings for this plugin.
ListItemBase::storageSettingsForm function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns a form for the storage-level settings.
ListItemBase::storageSettingsFromConfigData function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns a settings array in the field type's canonical representation.
ListItemBase::storageSettingsToConfigData function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns a settings array that can be stored as a configuration value.
locale.default.config.storage service core/modules/locale/locale.services.yml Drupal\locale\LocaleDefaultConfigStorage
locale.storage service core/modules/locale/locale.services.yml Drupal\locale\StringDatabaseStorage
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.
LocaleConfigManager::$localeStorage property core/modules/locale/src/LocaleConfigManager.php The string storage for reading and writing translations.
LocaleConfigSubscriber::updateLocaleStorage function core/modules/locale/src/LocaleConfigSubscriber.php Update locale storage based on configuration translations.
LocaleConfigSubscriberTest::$stringStorage property core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php The string storage used in this test.
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.

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