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
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::getDisplayedToUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Gets the shortcut set to be displayed for a given user account.
ShortcutSetStorageInterface::unassignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Un-assigns 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.
SimpleConfigSectionStorage.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php
SimpleConfigSectionStorage::$configFactory property core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php The config factory.
SimpleConfigSectionStorage::$sections property core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php An array of sections.
SimpleConfigSectionStorage::access function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
SimpleConfigSectionStorage::buildLocalTasks function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
SimpleConfigSectionStorage::buildRoutes function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Provides the routes needed for Layout Builder UI.
SimpleConfigSectionStorage::create function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Creates an instance of the plugin.
SimpleConfigSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Derives the available plugin contexts from route values.
SimpleConfigSectionStorage::getConfigName function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Returns the name to be used to store in the config system.
SimpleConfigSectionStorage::getContextsDuringPreview function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets contexts for use during preview.
SimpleConfigSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets the URL used to display the Layout Builder UI.
SimpleConfigSectionStorage::getRedirectUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
SimpleConfigSectionStorage::getSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets the layout sections.
SimpleConfigSectionStorage::getStorageId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Returns an identifier for this storage.
SimpleConfigSectionStorage::getStorageType function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Returns the type of this storage.
SimpleConfigSectionStorage::isApplicable function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Determines if this section storage is applicable for the current contexts.
SimpleConfigSectionStorage::label function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Gets the label for the object using the sections.
SimpleConfigSectionStorage::save function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Saves the sections.
SimpleConfigSectionStorage::setSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Stores the information for all sections.
SimpleConfigSectionStorage::__construct function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php Constructs a \Drupal\Component\Plugin\PluginBase object.
SimpletestTestRunResultsStorage class core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Implements a test run results storage compatible with legacy Simpletest.
SimpletestTestRunResultsStorage.php file core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php
SimpletestTestRunResultsStorage::buildTestingResultsEnvironment function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Prepares the test run storage.
SimpletestTestRunResultsStorage::cleanUp function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Resets the test run storage.
SimpletestTestRunResultsStorage::createNew function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Gets a new unique identifier for a test run.
SimpletestTestRunResultsStorage::getConnection function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Returns the database connection to use for inserting assertions.
SimpletestTestRunResultsStorage::getCurrentTestRunState function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Get state information about a test run, from storage.
SimpletestTestRunResultsStorage::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Get test results for a test run, ordered by test class.
SimpletestTestRunResultsStorage::insertLogEntry function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Adds a test log entry for a test run to the storage.
SimpletestTestRunResultsStorage::removeResults function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Removes the results of a test run from the storage.
SimpletestTestRunResultsStorage::setDatabasePrefix function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Sets the test database prefix of a test run in storage.
SimpletestTestRunResultsStorage::testingResultsSchema function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Defines the database schema for run-tests.sh and simpletest module.
SimpletestTestRunResultsStorage::validateTestingResultsEnvironment function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Checks if the test run storage is valid.
SimpletestTestRunResultsStorage::__construct function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php SimpletestTestRunResultsStorage constructor.
SimpletestTestRunResultsStorageTest class core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php Tests Drupal\Core\Test\SimpletestTestRunResultsStorage.
SimpletestTestRunResultsStorageTest.php file core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php
SimpletestTestRunResultsStorageTest::$connection property core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php The database connection for testing.
SimpletestTestRunResultsStorageTest::$testRunResultsStorage property core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php The test run results storage.

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