shortcut.module

Version 1.24 (checked in on 2010/03/06 at 06:33:14 by dries)

Allows users to manage customizable lists of shortcut links.

Constants

NameDescription
SHORTCUT_DEFAULT_SET_NAMEThe name of the default shortcut set.

Functions

NameDescription
shortcut_block_infoImplements hook_block_info().
shortcut_block_viewImplements hook_block_view().
shortcut_current_displayed_setReturns the current displayed shortcut set for the provided user account.
shortcut_default_setReturns the default shortcut set for a given user account.
shortcut_helpImplements hook_help().
shortcut_link_accessAccess callback for editing a link in a shortcut set.
shortcut_menuImplements hook_menu().
shortcut_page_alterImplements hook_page_alter().
shortcut_permissionImplements hook_permission().
shortcut_preprocess_pageImplements hook_preprocess_page().
shortcut_renderable_linksReturns an array of shortcut links, suitable for rendering.
shortcut_setsReturns an array of all shortcut sets, keyed by the set name.
shortcut_set_assign_userAssigns a user to a particular shortcut set.
shortcut_set_deleteDeletes a shortcut set.
shortcut_set_delete_accessAccess callback for deleting a shortcut set.
shortcut_set_edit_accessAccess callback for editing a shortcut set.
shortcut_set_get_unique_nameReturns a unique, machine-readable shortcut set name.
shortcut_set_loadLoads the data for a shortcut set.
shortcut_set_nameReturns the name of a shortcut set, based on a provided number.
shortcut_set_reset_link_weightsResets the link weights in a shortcut set to match their current order.
shortcut_set_saveSaves a shortcut set.
shortcut_set_switch_accessAccess callback for switching the shortcut set assigned to a user account.
shortcut_set_titleReturns the title of a shortcut set.
shortcut_set_unassign_userUnassigns a user from any shortcut set they may have been assigned to.
shortcut_themeImplements hook_theme().
shortcut_toolbar_pre_renderPre-render function for adding shortcuts to the toolbar drawer.
shortcut_valid_linkDetermines if a path corresponds to a valid shortcut link.