Search for __set
- Search 7.x for __set
- Search 9.5.x for __set
- Search 8.9.x for __set
- Search 10.3.x for __set
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ShortcutSetsTest::testShortcutSetDeleteDefault | function | core/ |
Tests deleting the default shortcut set. |
| ShortcutSetsTest::testShortcutSetEdit | function | core/ |
Tests editing a shortcut set. |
| ShortcutSetsTest::testShortcutSetRename | function | core/ |
Tests renaming a shortcut set. |
| ShortcutSetsTest::testShortcutSetSwitchCreate | function | core/ |
Tests switching a user's shortcut set and creating one at the same time. |
| ShortcutSetsTest::testShortcutSetSwitchNoSetName | function | core/ |
Tests switching a user's shortcut set without providing a new set name. |
| ShortcutSetsTest::testShortcutSetSwitchOwn | function | core/ |
Tests switching a user's own shortcut set. |
| ShortcutSetsTest::testShortcutSetUnassign | function | core/ |
Tests un-assigning a shortcut set. |
| ShortcutSetsTest::testShortcutSetUnassignOnUserRemoval | function | core/ |
Tests assign clearing on user removal. |
| 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. |
| 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. |
| ShortcutSetTest | class | core/ |
JSON:API integration test for the "ShortcutSet" config entity type. |
| ShortcutSetTest | class | core/ |
Tests D7 ShortcutSet source plugin. |
| ShortcutSetTest.php | file | core/ |
|
| ShortcutSetTest.php | file | core/ |
|
| ShortcutSetTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ShortcutSetTest::$entity | property | core/ |
|
| ShortcutSetTest::$entityTypeId | property | core/ |
The tested entity type. |
| ShortcutSetTest::$modules | property | core/ |
Modules to install. |
| ShortcutSetTest::$modules | property | core/ |
Modules to install. |
| ShortcutSetTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
| ShortcutSetTest::createEntity | function | core/ |
Creates the entity to be tested. |
| ShortcutSetTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| ShortcutSetTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| ShortcutSetTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| ShortcutSetTest::providerSource | function | core/ |
Provides source data for ::testSource. |
| ShortcutSetTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| ShortcutSetUsers | class | core/ |
Migration destination for shortcut_set_users. |
| ShortcutSetUsers | class | core/ |
Drupal 7 shortcut_set_users source from database. |
| ShortcutSetUsers.php | file | core/ |
|
| ShortcutSetUsers.php | file | core/ |
Pagination
- Previous page
- Page 129
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.