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
SectionStorageLocalTaskProviderInterface.php file core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php
SectionStorageLocalTaskProviderInterface::buildLocalTasks function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php Provides the local tasks dynamically for Layout Builder plugins.
SectionStorageManager class core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Provides the Section Storage type plugin manager.
SectionStorageManager.php file core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php
SectionStorageManager::$contextHandler property core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php The context handler.
SectionStorageManager::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Finds the section storage to load based on available contexts.
SectionStorageManager::findDefinitions function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Finds plugin definitions.
SectionStorageManager::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage with the provided contexts applied.
SectionStorageManager::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Loads a section storage with no associated section list.
SectionStorageManager::__construct function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Constructs a new SectionStorageManager object.
SectionStorageManagerInterface interface core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Provides the interface for a plugin manager of section storage types.
SectionStorageManagerInterface.php file core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php
SectionStorageManagerInterface::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Finds the section storage to load based on available contexts.
SectionStorageManagerInterface::load function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with the provided contexts applied.
SectionStorageManagerInterface::loadEmpty function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Loads a section storage with no associated section list.
SectionStorageManagerTest class core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Tests Drupal\layout_builder\SectionStorage\SectionStorageManager.
SectionStorageManagerTest.php file core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php
SectionStorageManagerTest::$contextHandler property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The context handler.
SectionStorageManagerTest::$discovery property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin discovery.
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 Tests find by context.
SectionStorageManagerTest::testFindByContextCacheableSectionStorage function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Tests find by context cacheable section storage.
SectionStorageManagerTest::testFindDefinitions function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Tests find definitions.
SectionStorageManagerTest::testLoad function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Tests load.
SectionStorageManagerTest::testLoadEmpty function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Tests load empty.
SectionStorageManagerTest::testLoadNull function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Tests load null.
SeparatorTranslationTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php A field storage to use in this test class.
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::getDisplayedToUser function core/modules/shortcut/src/ShortcutSetStorage.php Gets the shortcut set to be displayed for a given user account.
ShortcutSetStorage::unassignUser function core/modules/shortcut/src/ShortcutSetStorage.php Un-assigns a user from any shortcut set they may have been assigned to.

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