12 calls to shortcut_current_displayed_set()

ShortcutAccessController::checkAccess in drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutAccessController.php
Performs access checks.
ShortcutsBlock::build in drupal/core/modules/shortcut/lib/Drupal/shortcut/Plugin/Block/ShortcutsBlock.php
Builds and returns the renderable array for this block plugin.
ShortcutSetsTest::testShortcutSetAssign in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching another user's shortcut set.
ShortcutSetsTest::testShortcutSetSwitchCreate in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTest::testShortcutSetSwitchOwn in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching a user's own shortcut set.
ShortcutSetsTest::testShortcutSetUnassign in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests unassigning a shortcut set.
shortcut_preprocess_page in drupal/core/modules/shortcut/shortcut.module
Implements hook_preprocess_HOOK() for page.tpl.php.
shortcut_renderable_links in drupal/core/modules/shortcut/shortcut.module
Returns an array of shortcut links, suitable for rendering.
shortcut_set_edit_access in drupal/core/modules/shortcut/shortcut.module
Access callback for editing a shortcut set.
shortcut_set_switch in drupal/core/modules/shortcut/shortcut.admin.inc
Form callback: builds the form for switching shortcut sets.
shortcut_toolbar in drupal/core/modules/shortcut/shortcut.module
Implements hook_toolbar().