function shortcut_set_title_callback

shortcut_set_title_callback($shortcut_set)

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().

File

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

Code

function shortcut_set_title_callback($shortcut_set) {
  return $shortcut_set->title;
}

© 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/function/shortcut_set_title_callback/7.x