constant 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.

File

modules/shortcut/shortcut.module, line 14
Allows users to manage customizable lists of shortcut links.

Code

define('SHORTCUT_DEFAULT_SET_NAME', 'shortcut-set-1')

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!shortcut!shortcut.module/constant/SHORTCUT_DEFAULT_SET_NAME/7.x