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_save
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
8 calls to shortcut_set_save()
ShortcutSetsTestCase::testShortcutSetSave
in drupal/
modules/
shortcut/
shortcut.test
Tests that
shortcut_set_save
() correctly updates existing links.
ShortcutTestCase::generateShortcutSet
in drupal/
modules/
shortcut/
shortcut.test
Creates a generic shortcut set.
shortcut_install
in drupal/
modules/
shortcut/
shortcut.install
Implements
hook_install
().
shortcut_link_add_inline
in drupal/
modules/
shortcut/
shortcut.admin.inc
Menu page callback: creates a new link in the provided shortcut set.
shortcut_link_add_submit
in drupal/
modules/
shortcut/
shortcut.admin.inc
Submit handler for
shortcut_link_add
().
shortcut_set_add_form_submit
in drupal/
modules/
shortcut/
shortcut.admin.inc
Submit handler for
shortcut_set_add_form
().
shortcut_set_edit_form_submit
in drupal/
modules/
shortcut/
shortcut.admin.inc
Submit handler for
shortcut_set_edit_form
().
shortcut_set_switch_submit
in drupal/
modules/
shortcut/
shortcut.admin.inc
Submit handler for
shortcut_set_switch
().