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.

6 uses of SHORTCUT_DEFAULT_SET_NAME

File

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

Code

const SHORTCUT_DEFAULT_SET_NAME = 'shortcut-set-1';