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 11.x for __set
  5. Other projects
Title Object type File name Summary
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 un-assigning a shortcut set.
ShortcutSetsTest::testShortcutSetUnassignOnUserRemoval function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests assign clearing on user removal.
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 Assigns a user to a particular shortcut set.
ShortcutSetStorage::countAssignedUsers function core/modules/shortcut/src/ShortcutSetStorage.php Get the number of users who have this set assigned to them.
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.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::$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::$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::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::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::providerSource function core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php
ShortcutSetTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/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.

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