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 |
---|---|---|---|
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 install. |
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 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. |
Pagination
- Previous page
- Page 128
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.