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_set_load
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
14 calls to shortcut_set_load()
ShortcutLinksTestCase::testShortcutLinkAdd
in drupal/
modules/
shortcut/
shortcut.test
Tests that creating a shortcut works properly.
ShortcutLinksTestCase::testShortcutLinkChangePath
in drupal/
modules/
shortcut/
shortcut.test
Tests that changing the path of a shortcut link works.
ShortcutLinksTestCase::testShortcutLinkDelete
in drupal/
modules/
shortcut/
shortcut.test
Tests deleting a shortcut link.
ShortcutLinksTestCase::testShortcutLinkRename
in drupal/
modules/
shortcut/
shortcut.test
Tests that shortcut links can be renamed.
ShortcutSetsTestCase::testShortcutSetRename
in drupal/
modules/
shortcut/
shortcut.test
Tests renaming a shortcut set.
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists
in drupal/
modules/
shortcut/
shortcut.test
Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTestCase::testShortcutSetSave
in drupal/
modules/
shortcut/
shortcut.test
Tests that
shortcut_set_save
() correctly updates existing links.
ShortcutTestCase::setUp
in drupal/
modules/
shortcut/
shortcut.test
Sets up a Drupal site for running functional and integration tests.
shortcut_current_displayed_set
in drupal/
modules/
shortcut/
shortcut.module
Returns the current displayed shortcut set for the provided user account.
shortcut_default_set
in drupal/
modules/
shortcut/
shortcut.module
Returns the default shortcut set for a given user account.
shortcut_link_access
in drupal/
modules/
shortcut/
shortcut.module
Access callback for editing a link in a shortcut set.
shortcut_set_delete_form_submit
in drupal/
modules/
shortcut/
shortcut.admin.inc
Submit handler for
shortcut_set_delete_form
().
shortcut_set_get_unique_name
in drupal/
modules/
shortcut/
shortcut.module
Returns a unique, machine-readable shortcut set name.
shortcut_set_switch_submit
in drupal/
modules/
shortcut/
shortcut.admin.inc
Submit handler for
shortcut_set_switch
().