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 main for set
  6. Other projects
Title Object type File name Summary
ShortcutSetStorage::createInstance function core/modules/shortcut/src/ShortcutSetStorage.php Instantiates a new instance of this entity handler.
ShortcutSetStorage::deleteAssignedShortcutSets function core/modules/shortcut/src/ShortcutSetStorage.php Delete shortcut sets assigned to users.
ShortcutSetStorage::getAssignedToUser function core/modules/shortcut/src/ShortcutSetStorage.php Get the name of the set assigned to this user.
ShortcutSetStorage::getDefaultSet function core/modules/shortcut/src/ShortcutSetStorage.php Gets the default shortcut set for a given user account.
ShortcutSetStorage::getDisplayedToUser function core/modules/shortcut/src/ShortcutSetStorage.php Gets the shortcut set to be displayed for a given user account.
ShortcutSetStorage::unassignUser function core/modules/shortcut/src/ShortcutSetStorage.php Un-assigns a user from any shortcut set they may have been assigned to.
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 The theme to install as the default for testing.
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 The tested entity type.
ShortcutSetTest::$modules property core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php Modules to install.
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 The name of the tested JSON:API resource type.
ShortcutSetTest::createEntity function core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php Creates the entity to be tested.
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 Returns the expected JSON:API document for the entity.
ShortcutSetTest::getExpectedUnauthorizedAccessMessage function core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutSetTest.php Return the expected error message.
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 Returns the JSON:API POST document.
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 Sets up the necessary authorization.
ShortcutSetUsers class core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Migration destination for shortcut_set_users.
ShortcutSetUsers class core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php Drupal 7 shortcut_set_users source from database.
ShortcutSetUsers.php file core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php
ShortcutSetUsers.php file core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php
ShortcutSetUsers::$shortcutSetStorage property core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php The shortcut set storage handler.
ShortcutSetUsers::create function core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php Instantiates a new instance of the implementing class using autowiring.

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