shortcut.module

Version 1.6 (checked in on 2009/11/19 at 03:57:15 by webchick)

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_infoImplement hook_block_info().
shortcut_block_viewImplement 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_link_accessAccess callback for editing a link in a shortcut set.
shortcut_menuImplement hook_menu().
shortcut_page_alterImplements hook_page_alter().
shortcut_page_buildImplement hook_page_build().
shortcut_permissionImplement hook_permission().
shortcut_preprocess_pageImplement 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_userAssign a user to a particular shortcut set.
shortcut_set_deleteDeletes 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_weightsReset 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_unassign_userUnassign a user from any shortcut set they may have been assigned to.
shortcut_themeImplement 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.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.