|
shortcut_install |
drupal-7.x/modules/shortcut/shortcut.install |
Implements hook_install(). |
|
|
|
shortcut_link_access |
drupal-7.x/modules/shortcut/shortcut.module |
Access callback for editing a link in a shortcut set. |
|
1 |
|
shortcut_link_add |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for adding a new shortcut link. |
|
1 |
|
shortcut_link_add_inline |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Menu page callback: creates a new link in the provided shortcut set. |
|
1 |
|
shortcut_link_add_submit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_link_add(). |
|
|
|
shortcut_link_delete |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Form callback: builds the confirmation form for deleting a shortcut link. |
|
1 |
|
shortcut_link_delete_submit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_link_delete_submit(). |
|
|
|
shortcut_link_edit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for editing a shortcut link. |
|
1 |
|
shortcut_link_edit_submit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_link_edit(). |
|
|
|
shortcut_link_edit_validate |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Validation handler for the shortcut link add and edit forms. |
|
1 |
|
shortcut_max_slots |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Returns the maximum number of shortcut "slots" available per shortcut set. |
3 |
|
|
shortcut_menu |
drupal-7.x/modules/shortcut/shortcut.module |
Implements hook_menu(). |
|
|
|
shortcut_page_alter |
drupal-7.x/modules/shortcut/shortcut.module |
Implements hook_page_alter(). |
|
|
|
shortcut_permission |
drupal-7.x/modules/shortcut/shortcut.module |
Implements hook_permission(). |
|
|
|
shortcut_preprocess_page |
drupal-7.x/modules/shortcut/shortcut.module |
Implements hook_preprocess_page(). |
|
|
|
shortcut_renderable_links |
drupal-7.x/modules/shortcut/shortcut.module |
Returns an array of shortcut links, suitable for rendering. |
2 |
|
|
shortcut_schema |
drupal-7.x/modules/shortcut/shortcut.install |
Implements hook_schema(). |
|
|
|
shortcut_sets |
drupal-7.x/modules/shortcut/shortcut.module |
Returns an array of all shortcut sets, keyed by the set name. |
5 |
|
|
shortcut_set_add_form |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for adding a shortcut set. |
|
1 |
|
shortcut_set_add_form_submit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_add_form(). |
|
|
|
shortcut_set_add_form_validate |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Validation handler for shortcut_set_add_form(). |
|
|
|
shortcut_set_admin |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Menu page callback: builds the page for administering shortcut sets. |
|
1 |
|
shortcut_set_assign_user |
drupal-7.x/modules/shortcut/shortcut.module |
Assigns a user to a particular shortcut set. |
4 |
|
|
shortcut_set_customize |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for customizing shortcut sets. |
|
2 |
|
shortcut_set_customize_submit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_customize(). |
|
|
|
shortcut_set_delete |
drupal-7.x/modules/shortcut/shortcut.module |
Deletes a shortcut set. |
1 |
|
|
shortcut_set_delete_access |
drupal-7.x/modules/shortcut/shortcut.module |
Access callback for deleting a shortcut set. |
1 |
1 |
|
shortcut_set_delete_form |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Form callback: builds the confirmation form for deleting a shortcut set. |
|
1 |
|
shortcut_set_delete_form_submit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_delete_form(). |
|
|
|
shortcut_set_edit_access |
drupal-7.x/modules/shortcut/shortcut.module |
Access callback for editing a shortcut set. |
3 |
1 |
|
shortcut_set_edit_form |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for editing the shortcut set name. |
|
1 |
|
shortcut_set_edit_form_submit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_edit_form(). |
|
|
|
shortcut_set_edit_form_validate |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Validation handler for shortcut_set_edit_form(). |
|
|
|
shortcut_set_get_unique_name |
drupal-7.x/modules/shortcut/shortcut.module |
Returns a unique, machine-readable shortcut set name. |
1 |
|
|
shortcut_set_load |
drupal-7.x/modules/shortcut/shortcut.module |
Loads the data for a shortcut set. |
14 |
|
|
shortcut_set_name |
drupal-7.x/modules/shortcut/shortcut.module |
Returns the name of a shortcut set, based on a provided number. |
1 |
|
|
shortcut_set_reset_link_weights |
drupal-7.x/modules/shortcut/shortcut.module |
Resets the link weights in a shortcut set to match their current order. |
1 |
|
|
shortcut_set_save |
drupal-7.x/modules/shortcut/shortcut.module |
Saves a shortcut set. |
8 |
|
|
shortcut_set_switch |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Form callback: builds the form for switching shortcut sets. |
|
1 |
|
shortcut_set_switch_access |
drupal-7.x/modules/shortcut/shortcut.module |
Access callback for switching the shortcut set assigned to a user account. |
1 |
1 |
|
shortcut_set_switch_submit |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_set_switch(). |
|
|
|
shortcut_set_switch_validate |
drupal-7.x/modules/shortcut/shortcut.admin.inc |
Validation handler for shortcut_set_switch(). |
|
|
|
shortcut_set_title |
drupal-7.x/modules/shortcut/shortcut.module |
Returns the sanitized title of a shortcut set. |
|
|
|
shortcut_set_title_callback |
drupal-7.x/modules/shortcut/shortcut.module |
Returns the title of a shortcut set. |
|
1 |
|
shortcut_set_title_exists |
drupal-7.x/modules/shortcut/shortcut.module |
Check to see if a shortcut set with the given title already exists. |
3 |
|
|
shortcut_set_unassign_user |
drupal-7.x/modules/shortcut/shortcut.module |
Unassigns a user from any shortcut set they may have been assigned to. |
1 |
|
|
shortcut_theme |
drupal-7.x/modules/shortcut/shortcut.module |
Implements hook_theme(). |
|
|
|
shortcut_toolbar_pre_render |
drupal-7.x/modules/shortcut/shortcut.module |
Pre-render function for adding shortcuts to the toolbar drawer. |
|
1 |
|
shortcut_uninstall |
drupal-7.x/modules/shortcut/shortcut.install |
Implements hook_uninstall(). |
|
|
|
shortcut_valid_link |
drupal-7.x/modules/shortcut/shortcut.module |
Determines if a path corresponds to a valid shortcut link. |
2 |
|