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 |
---|---|---|---|
SectionStorageLocalTaskProviderInterface.php | file | core/ |
|
SectionStorageLocalTaskProviderInterface::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
SectionStorageManager | class | core/ |
Provides the Section Storage type plugin manager. |
SectionStorageManager.php | file | core/ |
|
SectionStorageManager::$contextHandler | property | core/ |
The context handler. |
SectionStorageManager::findByContext | function | core/ |
Finds the section storage to load based on available contexts. |
SectionStorageManager::findDefinitions | function | core/ |
Finds plugin definitions. |
SectionStorageManager::load | function | core/ |
Loads a section storage with the provided contexts applied. |
SectionStorageManager::loadEmpty | function | core/ |
Loads a section storage with no associated section list. |
SectionStorageManager::__construct | function | core/ |
Constructs a new SectionStorageManager object. |
SectionStorageManagerInterface | interface | core/ |
Provides the interface for a plugin manager of section storage types. |
SectionStorageManagerInterface.php | file | core/ |
|
SectionStorageManagerInterface::findByContext | function | core/ |
Finds the section storage to load based on available contexts. |
SectionStorageManagerInterface::load | function | core/ |
Loads a section storage with the provided contexts applied. |
SectionStorageManagerInterface::loadEmpty | function | core/ |
Loads a section storage with no associated section list. |
SectionStorageManagerTest | class | core/ |
Tests Drupal\layout_builder\SectionStorage\SectionStorageManager. |
SectionStorageManagerTest.php | file | core/ |
|
SectionStorageManagerTest::$contextHandler | property | core/ |
The context handler. |
SectionStorageManagerTest::$discovery | property | core/ |
The plugin discovery. |
SectionStorageManagerTest::$factory | property | core/ |
The plugin factory. |
SectionStorageManagerTest::$manager | property | core/ |
The section storage manager. |
SectionStorageManagerTest::$plugin | property | core/ |
The plugin. |
SectionStorageManagerTest::providerTestFindByContext | function | core/ |
Provides test data for ::testFindByContext(). |
SectionStorageManagerTest::setUp | function | core/ |
|
SectionStorageManagerTest::testFindByContext | function | core/ |
Tests find by context. |
SectionStorageManagerTest::testFindByContextCacheableSectionStorage | function | core/ |
Tests find by context cacheable section storage. |
SectionStorageManagerTest::testFindDefinitions | function | core/ |
Tests find definitions. |
SectionStorageManagerTest::testLoad | function | core/ |
Tests load. |
SectionStorageManagerTest::testLoadEmpty | function | core/ |
Tests load empty. |
SectionStorageManagerTest::testLoadNull | function | core/ |
Tests load null. |
SeparatorTranslationTest::$fieldStorage | property | core/ |
A field storage to use in this test class. |
session_handler.storage | service | core/ |
Drupal\Core\Session\SessionHandler |
Settings::$storage | property | core/ |
Array with the settings. |
ShapeItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
SharedTempStore::$storage | property | core/ |
The key/value storage object used for this data. |
SharedTempStoreFactory::$storageFactory | property | core/ |
The storage factory creating the backend to store the data. |
ShortcutAccessControlHandler::$shortcutSetStorage | property | core/ |
The shortcut_set storage. |
ShortcutSetDeleteForm::$storage | property | core/ |
The shortcut storage. |
ShortcutSetStorage | class | core/ |
Defines a storage for shortcut_set entities. |
ShortcutSetStorage.php | file | core/ |
|
ShortcutSetStorage::$connection | property | core/ |
The database connection. |
ShortcutSetStorage::$moduleHandler | property | core/ |
The module handler. |
ShortcutSetStorage::assignUser | function | core/ |
Assigns a user to a particular shortcut set. |
ShortcutSetStorage::countAssignedUsers | function | core/ |
Get the number of users who have this set assigned to them. |
ShortcutSetStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
ShortcutSetStorage::deleteAssignedShortcutSets | function | core/ |
Delete shortcut sets assigned to users. |
ShortcutSetStorage::getAssignedToUser | function | core/ |
Get the name of the set assigned to this user. |
ShortcutSetStorage::getDefaultSet | function | core/ |
Gets the default shortcut set for a given user account. |
ShortcutSetStorage::getDisplayedToUser | function | core/ |
Gets the shortcut set to be displayed for a given user account. |
ShortcutSetStorage::unassignUser | function | core/ |
Un-assigns a user from any shortcut set they may have been assigned to. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.