Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 8.9.x for set
  4. Search 10.3.x for set
  5. Search 11.x for set
  6. Other projects
Title Object type File name Summary
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::getDisplayedToUser 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::getDisplayedToUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Gets the shortcut set to be displayed for a given user account.
ShortcutSetStorageInterface::unassignUser function core/modules/shortcut/src/ShortcutSetStorageInterface.php Un-assigns 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 class core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php JSON:API integration test for the "ShortcutSet" config entity type.
ShortcutSetTest.php file core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
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 The theme to install as the default for testing.
ShortcutSetTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::$entity property core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::$entity property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php
ShortcutSetTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php The tested entity type.
ShortcutSetTest::$entityTypeId property core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::$modules property core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::$modules property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Modules to install.
ShortcutSetTest::$modules property core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php Modules to install.
ShortcutSetTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php The name of the tested JSON:API resource type.
ShortcutSetTest::$resourceTypeName property core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::createEntity function core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::createEntity function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Creates the entity to be tested.
ShortcutSetTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Returns the expected JSON:API document for the entity.
ShortcutSetTest::getExpectedDocument function core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::getExpectedUnauthorizedAccessMessage function core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Return the expected error message.
ShortcutSetTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Returns the JSON:API POST document.
ShortcutSetTest::getPostDocument function core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetTest::providerSource function core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php Provides source data for ::testSource.
ShortcutSetTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php Sets up the necessary authorization.
ShortcutSetTest::setUpAuthorization function core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php
ShortcutSetUsers class core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Migration destination for shortcut_set_users.

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