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