Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ShortcutSetStorage::__construct | function | core/ |
Constructs a ShortcutSetStorageController object. |
ShortcutSetStorageInterface | interface | core/ |
Defines an interface for shortcut_set entity storage classes. |
ShortcutSetStorageInterface.php | file | core/ |
|
ShortcutSetStorageInterface::assignUser | function | core/ |
Assigns a user to a particular shortcut set. |
ShortcutSetStorageInterface::countAssignedUsers | function | core/ |
Get the number of users who have this set assigned to them. |
ShortcutSetStorageInterface::deleteAssignedShortcutSets | function | core/ |
Delete shortcut sets assigned to users. |
ShortcutSetStorageInterface::getAssignedToUser | function | core/ |
Get the name of the set assigned to this user. |
ShortcutSetStorageInterface::getDefaultSet | function | core/ |
Gets the default shortcut set for a given user account. |
ShortcutSetStorageInterface::getDisplayedToUser | function | core/ |
Gets the shortcut set to be displayed for a given user account. |
ShortcutSetStorageInterface::unassignUser | function | core/ |
Un-assigns a user from any shortcut set they may have been assigned to. |
ShortcutSetUsers::$shortcutSetStorage | property | core/ |
The shortcut set storage handler. |
SimpleConfigSectionStorage | class | core/ |
Provides section storage utilizing simple config. |
SimpleConfigSectionStorage.php | file | core/ |
|
SimpleConfigSectionStorage::$configFactory | property | core/ |
The config factory. |
SimpleConfigSectionStorage::$sections | property | core/ |
An array of sections. |
SimpleConfigSectionStorage::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
SimpleConfigSectionStorage::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
SimpleConfigSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
SimpleConfigSectionStorage::create | function | core/ |
Creates an instance of the plugin. |
SimpleConfigSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
SimpleConfigSectionStorage::getConfigName | function | core/ |
Returns the name to be used to store in the config system. |
SimpleConfigSectionStorage::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
SimpleConfigSectionStorage::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
SimpleConfigSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
SimpleConfigSectionStorage::getSections | function | core/ |
Gets the layout sections. |
SimpleConfigSectionStorage::getStorageId | function | core/ |
Returns an identifier for this storage. |
SimpleConfigSectionStorage::getStorageType | function | core/ |
Returns the type of this storage. |
SimpleConfigSectionStorage::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
SimpleConfigSectionStorage::label | function | core/ |
Gets the label for the object using the sections. |
SimpleConfigSectionStorage::save | function | core/ |
Saves the sections. |
SimpleConfigSectionStorage::setSections | function | core/ |
Stores the information for all sections. |
SimpleConfigSectionStorage::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
SimpletestTestRunResultsStorage | class | core/ |
Implements a test run results storage compatible with legacy Simpletest. |
SimpletestTestRunResultsStorage.php | file | core/ |
|
SimpletestTestRunResultsStorage::buildTestingResultsEnvironment | function | core/ |
Prepares the test run storage. |
SimpletestTestRunResultsStorage::cleanUp | function | core/ |
Resets the test run storage. |
SimpletestTestRunResultsStorage::createNew | function | core/ |
Gets a new unique identifier for a test run. |
SimpletestTestRunResultsStorage::getConnection | function | core/ |
Returns the database connection to use for inserting assertions. |
SimpletestTestRunResultsStorage::getCurrentTestRunState | function | core/ |
Get state information about a test run, from storage. |
SimpletestTestRunResultsStorage::getLogEntriesByTestClass | function | core/ |
Get test results for a test run, ordered by test class. |
SimpletestTestRunResultsStorage::insertLogEntry | function | core/ |
Adds a test log entry for a test run to the storage. |
SimpletestTestRunResultsStorage::removeResults | function | core/ |
Removes the results of a test run from the storage. |
SimpletestTestRunResultsStorage::setDatabasePrefix | function | core/ |
Sets the test database prefix of a test run in storage. |
SimpletestTestRunResultsStorage::testingResultsSchema | function | core/ |
Defines the database schema for run-tests.sh and simpletest module. |
SimpletestTestRunResultsStorage::validateTestingResultsEnvironment | function | core/ |
Checks if the test run storage is valid. |
SimpletestTestRunResultsStorage::__construct | function | core/ |
SimpletestTestRunResultsStorage constructor. |
SimpletestTestRunResultsStorageTest | class | core/ |
Tests Drupal\Core\Test\SimpletestTestRunResultsStorage. |
SimpletestTestRunResultsStorageTest.php | file | core/ |
|
SimpletestTestRunResultsStorageTest::$connection | property | core/ |
The database connection for testing. |
SimpletestTestRunResultsStorageTest::$testRunResultsStorage | property | core/ |
The test run results storage. |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.