Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ShortcutSetsTestCase::testShortcutSetAssign function modules/shortcut/shortcut.test Tests switching another user's shortcut set.
ShortcutSetsTestCase::testShortcutSetDelete function modules/shortcut/shortcut.test Tests deleting a shortcut set.
ShortcutSetsTestCase::testShortcutSetDeleteDefault function modules/shortcut/shortcut.test Tests deleting the default shortcut set.
ShortcutSetsTestCase::testShortcutSetRename function modules/shortcut/shortcut.test Tests renaming a shortcut set.
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists function modules/shortcut/shortcut.test Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTestCase::testShortcutSetSave function modules/shortcut/shortcut.test Tests that shortcut_set_save() correctly updates existing links.
ShortcutSetsTestCase::testShortcutSetSwitchCreate function modules/shortcut/shortcut.test Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTestCase::testShortcutSetSwitchNoSetName function modules/shortcut/shortcut.test Tests switching a user's shortcut set without providing a new set name.
ShortcutSetsTestCase::testShortcutSetSwitchOwn function modules/shortcut/shortcut.test Tests switching a user's own shortcut set.
ShortcutSetsTestCase::testShortcutSetUnassign function modules/shortcut/shortcut.test Tests unassigning a shortcut set.
ShortcutTestCase class modules/shortcut/shortcut.test Defines base class for shortcut test cases.
ShortcutTestCase::$admin_user property modules/shortcut/shortcut.test User with permission to administer shortcuts.
ShortcutTestCase::$node property modules/shortcut/shortcut.test Generic node used for testing.
ShortcutTestCase::$set property modules/shortcut/shortcut.test Site-wide default shortcut set.
ShortcutTestCase::$shortcut_user property modules/shortcut/shortcut.test User with permission to use shortcuts, but not administer them.
ShortcutTestCase::generateShortcutLink function modules/shortcut/shortcut.test Creates a generic shortcut link.
ShortcutTestCase::generateShortcutSet function modules/shortcut/shortcut.test Creates a generic shortcut set.
ShortcutTestCase::getShortcutInformation function modules/shortcut/shortcut.test Extracts information from shortcut set links.
ShortcutTestCase::setUp function modules/shortcut/shortcut.test Sets up a Drupal site for running functional and integration tests.
shortcut_admin_add_link function modules/shortcut/shortcut.admin.inc Adds a link to the end of a shortcut set, keeping within a prescribed limit.
shortcut_admin_paths function modules/shortcut/shortcut.module Implements hook_admin_paths().
shortcut_block_info function modules/shortcut/shortcut.module Implements hook_block_info().
shortcut_block_view function modules/shortcut/shortcut.module Implements hook_block_view().
shortcut_current_displayed_set function modules/shortcut/shortcut.module Returns the current displayed shortcut set for the provided user account.
shortcut_default_set function modules/shortcut/shortcut.module Returns the default shortcut set for a given user account.
SHORTCUT_DEFAULT_SET_NAME constant modules/shortcut/shortcut.module The name of the default shortcut set.
shortcut_help function modules/shortcut/shortcut.module Implements hook_help().
shortcut_install function modules/shortcut/shortcut.install Implements hook_install().
shortcut_link_access function modules/shortcut/shortcut.module Access callback for editing a link in a shortcut set.
shortcut_link_add function modules/shortcut/shortcut.admin.inc Form callback: builds the form for adding a new shortcut link.
shortcut_link_add_inline function modules/shortcut/shortcut.admin.inc Menu page callback: creates a new link in the provided shortcut set.
shortcut_link_add_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_link_add().
shortcut_link_delete function modules/shortcut/shortcut.admin.inc Form callback: builds the confirmation form for deleting a shortcut link.
shortcut_link_delete_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_link_delete_submit().
shortcut_link_edit function modules/shortcut/shortcut.admin.inc Form callback: builds the form for editing a shortcut link.
shortcut_link_edit_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_link_edit().
shortcut_link_edit_validate function modules/shortcut/shortcut.admin.inc Validation handler for the shortcut link add and edit forms.
shortcut_max_slots function modules/shortcut/shortcut.admin.inc Returns the maximum number of shortcut "slots" available per shortcut set.
shortcut_menu function modules/shortcut/shortcut.module Implements hook_menu().
shortcut_page_alter function modules/shortcut/shortcut.module Implements hook_page_alter().
shortcut_permission function modules/shortcut/shortcut.module Implements hook_permission().
shortcut_preprocess_page function modules/shortcut/shortcut.module Implements hook_preprocess_page().
shortcut_renderable_links function modules/shortcut/shortcut.module Returns an array of shortcut links, suitable for rendering.
shortcut_schema function modules/shortcut/shortcut.install Implements hook_schema().
shortcut_sets function modules/shortcut/shortcut.module Returns an array of all shortcut sets, keyed by the set name.
shortcut_set_add_form function modules/shortcut/shortcut.admin.inc Form callback: builds the form for adding a shortcut set.
shortcut_set_add_form_submit function modules/shortcut/shortcut.admin.inc Submit handler for shortcut_set_add_form().
shortcut_set_add_form_validate function modules/shortcut/shortcut.admin.inc Validation handler for shortcut_set_add_form().
shortcut_set_admin function modules/shortcut/shortcut.admin.inc Menu page callback: builds the page for administering shortcut sets.
shortcut_set_assign_user function modules/shortcut/shortcut.module Assigns a user to a particular shortcut set.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.