Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 10.3.x for storage
  5. Other projects
Title Object type File name Summary
KeyValueEntityStorageTest::testCreateWithoutUuidKey function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests create without uuid key.
KeyValueEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests create with predefined uuid.
KeyValueEntityStorageTest::testDelete function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests delete.
KeyValueEntityStorageTest::testDeleteNothing function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests delete nothing.
KeyValueEntityStorageTest::testLoad function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests load.
KeyValueEntityStorageTest::testLoadMissingEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests load missing entity.
KeyValueEntityStorageTest::testLoadMultipleAll function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests load multiple all.
KeyValueEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests load multiple ids.
KeyValueEntityStorageTest::testSaveConfigEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests save config entity.
KeyValueEntityStorageTest::testSaveContentEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests save content entity.
KeyValueEntityStorageTest::testSaveDuplicate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests save duplicate.
KeyValueEntityStorageTest::testSaveInsert function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests save insert.
KeyValueEntityStorageTest::testSaveInvalid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests save invalid.
KeyValueEntityStorageTest::testSaveRenameConfigEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests save rename config entity.
KeyValueEntityStorageTest::testSaveUpdate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Tests save update.
LanguageConfigFactoryOverride::$baseStorage property core/modules/language/src/Config/LanguageConfigFactoryOverride.php The configuration storage.
LanguageConfigFactoryOverride::$storages property core/modules/language/src/Config/LanguageConfigFactoryOverride.php An array of configuration storages keyed by langcode.
LanguageConfigFactoryOverride::getStorage function core/modules/language/src/Config/LanguageConfigFactoryOverride.php
LanguageConfigFactoryOverrideInterface::getStorage function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Returns the storage instance for a particular langcode.
LanguageConfigOverrideTest::$storage property core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php Storage.
LanguageLocaleListTest::$storage property core/modules/language/tests/src/Functional/LanguageLocaleListTest.php
LayoutBuilderDisableForm::$sectionStorage property core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php The section storage.
LayoutBuilderEntityFormTrait::getSectionStorage function core/modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php Retrieves the section storage object.
LayoutBuilderEntityViewDisplay::sectionStorageManager function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the section storage manager.
LayoutBuilderEntityViewDisplayForm::$sectionStorage property core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php The storage section.
LayoutBuilderEntityViewDisplayStorage class core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php Provides storage for entity view display entities that have layouts.
LayoutBuilderEntityViewDisplayStorage.php file core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php
LayoutBuilderEntityViewDisplayStorage::mapFromStorageRecords function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php
LayoutBuilderEntityViewDisplayStorage::mapToStorageRecord function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php
LayoutBuilderLocalTaskDeriver::$sectionStorageManager property core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php The section storage manager.
LayoutBuilderRoutes::$sectionStorageManager property core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php The section storage manager.
LayoutBuilderRoutesTest::$sectionStorageManager property core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php The Layout Builder route builder.
LayoutBuilderSectionStorageTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests the UI aspects of section storage.
LayoutBuilderSectionStorageTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
LayoutBuilderSectionStorageTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
LayoutBuilderSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
LayoutBuilderSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests that section loading is delegated to plugins during rendering.
LayoutBuilderWidget::getSectionStorage function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Gets the section storage.
LayoutEntityHelperTrait::$sectionStorageManager property core/modules/layout_builder/src/LayoutEntityHelperTrait.php The section storage manager.
LayoutEntityHelperTrait::getSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage for an entity.
LayoutEntityHelperTrait::originalEntityUsesDefaultStorage function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Determines if the original entity used the default section storage.
LayoutEntityHelperTrait::sectionStorageManager function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage manager.
LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testGetSectionStorageForEntity().
LayoutEntityHelperTraitTest::providerTestOriginalEntityUsesDefaultStorage function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testOriginalEntityUsesDefaultStorage().
LayoutEntityHelperTraitTest::testGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php @covers ::getSectionStorageForEntity[[api-linebreak]]
LayoutEntityHelperTraitTest::testOriginalEntityUsesDefaultStorage function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php @covers ::originalEntityUsesDefaultStorage[[api-linebreak]]
LayoutForm::$sectionStorage property core/modules/navigation/src/Form/LayoutForm.php The section storage.
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.

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