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
| Name | Description |
|---|---|
| SHORTCUT_DEFAULT_SET_NAME | The name of the default shortcut set. |
Functions
| Name | Description |
|---|---|
| shortcut_block_info | Implement hook_block_info(). |
| shortcut_block_view | Implement hook_block_view(). |
| shortcut_current_displayed_set | Returns the current displayed shortcut set for the provided user account. |
| shortcut_default_set | Returns the default shortcut set for a given user account. |
| shortcut_link_access | Access callback for editing a link in a shortcut set. |
| shortcut_menu | Implement hook_menu(). |
| shortcut_page_alter | Implements hook_page_alter(). |
| shortcut_page_build | Implement hook_page_build(). |
| shortcut_permission | Implement hook_permission(). |
| shortcut_preprocess_page | Implement hook_preprocess_page(). |
| shortcut_renderable_links | Returns an array of shortcut links, suitable for rendering. |
| shortcut_sets | Returns an array of all shortcut sets, keyed by the set name. |
| shortcut_set_assign_user | Assign a user to a particular shortcut set. |
| shortcut_set_delete | Deletes a shortcut set. |
| shortcut_set_edit_access | Access callback for editing a shortcut set. |
| shortcut_set_get_unique_name | Returns a unique, machine-readable shortcut set name. |
| shortcut_set_load | Loads the data for a shortcut set. |
| shortcut_set_name | Returns the name of a shortcut set, based on a provided number. |
| shortcut_set_reset_link_weights | Reset the link weights in a shortcut set to match their current order. |
| shortcut_set_save | Saves a shortcut set. |
| shortcut_set_switch_access | Access callback for switching the shortcut set assigned to a user account. |
| shortcut_set_unassign_user | Unassign a user from any shortcut set they may have been assigned to. |
| shortcut_theme | Implement hook_theme(). |
| shortcut_toolbar_pre_render | Pre-render function for adding shortcuts to the toolbar drawer. |
| shortcut_valid_link | Determines if a path corresponds to a valid shortcut link. |
