Search for storage

  1. Search 7.x for storage
  2. Search 8.9.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
SectionStorageManagerTest::$factory property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin factory.
SectionStorageManagerTest::$manager property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The section storage manager.
SectionStorageManagerTest::$plugin property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin.
SectionStorageManagerTest::providerTestFindByContext function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Provides test data for ::testFindByContext().
SectionStorageManagerTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php
SectionStorageManagerTest::testFindByContext function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findByContext[[api-linebreak]]
SectionStorageManagerTest::testFindByContextCacheableSectionStorage function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findByContext[[api-linebreak]]
SectionStorageManagerTest::testFindDefinitions function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findDefinitions[[api-linebreak]]
SectionStorageManagerTest::testLoad function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::load[[api-linebreak]]
SectionStorageManagerTest::testLoadEmpty function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::loadEmpty[[api-linebreak]]
SectionStorageManagerTest::testLoadNull function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::load[[api-linebreak]]
SectionStorageTestBase class core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Provides a base class for testing implementations of section storage.
SectionStorageTestBase.php file core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
SectionStorageTestBase::$sectionStorage property core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php The section list implementation.
SectionStorageTestBase::getSectionList function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Sets up the section list.
SectionStorageTestBase::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Sets up the section list.
SectionStorageTestBase::setUp function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
SectionStorageTrait trait core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Provides a trait for storing sections on an object.
SectionStorageTrait.php file core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SeparatorTranslationTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php A field storage to use in this test class.
SessionWorkspaceNegotiator::$workspaceStorage property core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php The workspace storage handler.
session_handler.storage service core/core.services.yml Drupal\Core\Session\SessionHandler
Settings::$storage property core/lib/Drupal/Core/Site/Settings.php Array with the settings.
ShapeItem::defaultStorageSettings function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Defines the storage-level settings for this plugin.
SharedTempStore::$storage property core/lib/Drupal/Core/TempStore/SharedTempStore.php The key/value storage object used for this data.
SharedTempStoreFactory::$storageFactory property core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php The storage factory creating the backend to store the data.
ShortcutAccessControlHandler::$shortcutSetStorage property core/modules/shortcut/src/ShortcutAccessControlHandler.php The shortcut_set storage.
ShortcutSetDeleteForm::$storage property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The shortcut storage.
ShortcutSetStorage class core/modules/shortcut/src/ShortcutSetStorage.php Defines a storage for shortcut_set entities.
ShortcutSetStorage.php file core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::$connection property core/modules/shortcut/src/ShortcutSetStorage.php The database connection.
ShortcutSetStorage::$moduleHandler property core/modules/shortcut/src/ShortcutSetStorage.php The module handler.
ShortcutSetStorage::assignUser function core/modules/shortcut/src/ShortcutSetStorage.php Assigns a user to a particular shortcut set.
ShortcutSetStorage::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorage.php Get the number of users who have this set assigned to them.
ShortcutSetStorage::createInstance function core/modules/shortcut/src/ShortcutSetStorage.php Instantiates a new instance of this entity handler.
ShortcutSetStorage::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorage.php Delete shortcut sets assigned to users.
ShortcutSetStorage::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorage.php Get the name of the set assigned to this user.
ShortcutSetStorage::getDefaultSet function core/modules/shortcut/src/ShortcutSetStorage.php Gets the default shortcut set for a given user account.
ShortcutSetStorage::unassignUser function core/modules/shortcut/src/ShortcutSetStorage.php Unassigns a user from any shortcut set they may have been assigned to.
ShortcutSetStorage::__construct function core/modules/shortcut/src/ShortcutSetStorage.php Constructs a ShortcutSetStorageController object.
ShortcutSetStorageInterface interface core/modules/shortcut/src/ShortcutSetStorageInterface.php Defines an interface for shortcut_set entity storage classes.
ShortcutSetStorageInterface.php file core/modules/shortcut/src/ShortcutSetStorageInterface.php
ShortcutSetStorageInterface::assignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Assigns a user to a particular shortcut set.
ShortcutSetStorageInterface::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the number of users who have this set assigned to them.
ShortcutSetStorageInterface::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorageInterface.php Delete shortcut sets assigned to users.
ShortcutSetStorageInterface::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the name of the set assigned to this user.
ShortcutSetStorageInterface::getDefaultSet function core/modules/shortcut/src/ShortcutSetStorageInterface.php Gets the default shortcut set for a given user account.
ShortcutSetStorageInterface::unassignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Unassigns a user from any shortcut set they may have been assigned to.
ShortcutSetUsers::$shortcutSetStorage property core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php The shortcut set storage handler.
SimpleConfigSectionStorage class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Provides section storage utilizing simple config.

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