Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 10.3.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
ShortcutSetResourceTestBase::getNormalizedPostEntity function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php
ShortcutSetResourceTestBase::setUpAuthorization function core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php
ShortcutSetsTest class core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Create, view, edit, delete, and change shortcut sets.
ShortcutSetsTest.php file core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
ShortcutSetsTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
ShortcutSetsTest::$modules property core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Modules to enable.
ShortcutSetsTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
ShortcutSetsTest::testShortcutSetAdd function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests creating a shortcut set.
ShortcutSetsTest::testShortcutSetAssign function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching another user's shortcut set.
ShortcutSetsTest::testShortcutSetCreateWithSetName function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests creating a new shortcut set with a defined set name.
ShortcutSetsTest::testShortcutSetDelete function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests deleting a shortcut set.
ShortcutSetsTest::testShortcutSetDeleteDefault function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests deleting the default shortcut set.
ShortcutSetsTest::testShortcutSetEdit function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests editing a shortcut set.
ShortcutSetsTest::testShortcutSetRename function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests renaming a shortcut set.
ShortcutSetsTest::testShortcutSetSwitchCreate function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTest::testShortcutSetSwitchNoSetName function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTest::testShortcutSetSwitchOwn function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests switching a user's own shortcut set.
ShortcutSetsTest::testShortcutSetUnassign function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests unassigning a shortcut set.
ShortcutSetStorage class core/modules/shortcut/src/ShortcutSetStorage.php Defines a storage for shortcut_set entities.
ShortcutSetStorage.php file core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::$connection property core/modules/shortcut/src/ShortcutSetStorage.php The database connection.
ShortcutSetStorage::$moduleHandler property core/modules/shortcut/src/ShortcutSetStorage.php The module handler.
ShortcutSetStorage::assignUser function core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::createInstance function core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::getDefaultSet function core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::unassignUser function core/modules/shortcut/src/ShortcutSetStorage.php
ShortcutSetStorage::__construct function core/modules/shortcut/src/ShortcutSetStorage.php Constructs a ShortcutSetStorageController object.
ShortcutSetStorageInterface interface core/modules/shortcut/src/ShortcutSetStorageInterface.php Defines an interface for shortcut_set entity storage classes.
ShortcutSetStorageInterface.php file core/modules/shortcut/src/ShortcutSetStorageInterface.php
ShortcutSetStorageInterface::assignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Assigns a user to a particular shortcut set.
ShortcutSetStorageInterface::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the number of users who have this set assigned to them.
ShortcutSetStorageInterface::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorageInterface.php Delete shortcut sets assigned to users.
ShortcutSetStorageInterface::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Get the name of the set assigned to this user.
ShortcutSetStorageInterface::getDefaultSet function core/modules/shortcut/src/ShortcutSetStorageInterface.php Gets the default shortcut set for a given user account.
ShortcutSetStorageInterface::unassignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Unassigns a user from any shortcut set they may have been assigned to.
ShortcutSetTest class core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php Tests D7 ShortcutSet source plugin.
ShortcutSetTest class core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php JSON:API integration test for the "ShortcutSet" config entity type.
ShortcutSetTest.php file core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest.php file core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php
ShortcutSetTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest::$entity property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest::$modules property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest::$modules property core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php
ShortcutSetTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest::createEntity function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.