14 calls to shortcut_set_load()

LinkDeleteAccessCheck::access in drupal/core/modules/shortcut/lib/Drupal/shortcut/Access/LinkDeleteAccessCheck.php
Checks for access to route.
ShortcutLinksTest::testShortcutLinkAdd in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkChangePath in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests that changing the path of a shortcut link works.
ShortcutLinksTest::testShortcutLinkDelete in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests deleting a shortcut link.
ShortcutLinksTest::testShortcutLinkRename in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutLinksTest.php
Tests that shortcut links can be renamed.
ShortcutSetsTest::testShortcutSetRename in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests renaming a shortcut set.
ShortcutSetsTest::testShortcutSetRenameAlreadyExists in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTest::testShortcutSetSave in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests that save() correctly updates existing links.
ShortcutTestBase::setUp in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php
Sets up a Drupal site for running functional and integration tests.
shortcut_current_displayed_set in drupal/core/modules/shortcut/shortcut.module
Returns the current displayed shortcut set for the provided user account.
shortcut_default_set in drupal/core/modules/shortcut/shortcut.module
Returns the default shortcut set for a given user account.
shortcut_link_access in drupal/core/modules/shortcut/shortcut.module
Access callback for editing a link in a shortcut set.
shortcut_set_switch_submit in drupal/core/modules/shortcut/shortcut.admin.inc
Submit handler for shortcut_set_switch().
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().