Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
shortcut.module
»
shortcut_current_displayed_set
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
11 calls to shortcut_current_displayed_set()
ShortcutSetsTestCase::testShortcutSetAssign
in drupal/
modules/
shortcut/
shortcut.test
Tests switching another user's shortcut set.
ShortcutSetsTestCase::testShortcutSetSwitchCreate
in drupal/
modules/
shortcut/
shortcut.test
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName
in drupal/
modules/
shortcut/
shortcut.test
Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTestCase::testShortcutSetSwitchOwn
in drupal/
modules/
shortcut/
shortcut.test
Tests switching a user's own shortcut set.
ShortcutSetsTestCase::testShortcutSetUnassign
in drupal/
modules/
shortcut/
shortcut.test
Tests unassigning a shortcut set.
shortcut_block_view
in drupal/
modules/
shortcut/
shortcut.module
Implements
hook_block_view
().
shortcut_preprocess_page
in drupal/
modules/
shortcut/
shortcut.module
Implements hook_preprocess_page().
shortcut_renderable_links
in drupal/
modules/
shortcut/
shortcut.module
Returns an array of shortcut links, suitable for rendering.
shortcut_set_edit_access
in drupal/
modules/
shortcut/
shortcut.module
Access callback for editing a shortcut set.
shortcut_set_switch
in drupal/
modules/
shortcut/
shortcut.admin.inc
Form callback: builds the form for switching shortcut sets.
shortcut_toolbar_pre_render
in drupal/
modules/
shortcut/
shortcut.module
Pre-render function for adding shortcuts to the toolbar drawer.