SHORTCUT_DEFAULT_SET_NAME
The name of the default shortcut set.
This set will be displayed to any user that does not have another set assigned, unless overridden by a hook_shortcut_default_set() implementation.
5 uses of SHORTCUT_DEFAULT_SET_NAME
- ShortcutSetsTestCase::testShortcutSetDeleteDefault in modules/
shortcut/ shortcut.test - Tests deleting the default shortcut set.
- ShortcutTestCase::setUp in modules/
shortcut/ shortcut.test - Sets up a Drupal site for running functional and integration tests.
- shortcut_default_set in modules/
shortcut/ shortcut.module - Returns the default shortcut set for a given user account.
- shortcut_set_delete in modules/
shortcut/ shortcut.module - Deletes a shortcut set.
- shortcut_set_delete_access in modules/
shortcut/ shortcut.module - Access callback for deleting a shortcut set.
File
-
modules/
shortcut/ shortcut.module, line 14
Code
define('SHORTCUT_DEFAULT_SET_NAME', 'shortcut-set-1');
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.