function shortcut_set_title_callback
Returns the title of a shortcut set.
Title callback for the editing pages for shortcut sets.
Parameters
$shortcut_set: An object representing the shortcut set, as returned by shortcut_set_load().
1 string reference to 'shortcut_set_title_callback'
- shortcut_menu in modules/
shortcut/ shortcut.module - Implements hook_menu().
File
-
modules/
shortcut/ shortcut.module, line 765
Code
function shortcut_set_title_callback($shortcut_set) {
return $shortcut_set->title;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.