Search for set
| Title | Object type | File name | Summary |
|---|---|---|---|
| ShortcutSetResourceTestBase::$modules | property | core/ |
Modules to install. |
| ShortcutSetResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
| ShortcutSetResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
| ShortcutSetResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| ShortcutSetResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| ShortcutSetResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| ShortcutSetResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| ShortcutSetsTest | class | core/ |
Create, view, edit, delete, and change shortcut sets. |
| ShortcutSetsTest.php | file | core/ |
|
| ShortcutSetsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ShortcutSetsTest::$modules | property | core/ |
Modules to enable. |
| ShortcutSetsTest::setUp | function | core/ |
|
| ShortcutSetsTest::testShortcutSetAdd | function | core/ |
Tests creating a shortcut set. |
| ShortcutSetsTest::testShortcutSetAssign | function | core/ |
Tests switching another user's shortcut set. |
| ShortcutSetsTest::testShortcutSetCreateWithSetName | function | core/ |
Tests creating a new shortcut set with a defined set name. |
| ShortcutSetsTest::testShortcutSetDelete | function | core/ |
Tests deleting a shortcut set. |
| 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 unassigning 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::unassignUser | function | core/ |
Unassigns 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::unassignUser | function | core/ |
Unassigns a user from any shortcut set they may have been assigned to. |
| ShortcutSetTest | class | core/ |
Tests D7 ShortcutSet source plugin. |
| ShortcutSetTest | class | core/ |
JSON:API integration test for the "ShortcutSet" config entity type. |
| 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/ |
Pagination
- Previous page
- Page 125
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.