shortcut_renderable_links($shortcut_set = NULL)
Returns an array of shortcut links, suitable for rendering.
Parameters
\Drupal\shortcut\ShortcutSetInterface $shortcut_set: (optional) An object representing the set whose links will be displayed. If not provided, the user's current set will be displayed.
Return value
\Drupal\shortcut\ShortcutInterface[] An array of shortcut links, in the format returned by the menu system.
File
core/modules/shortcut/shortcut.module, line 254 Allows users to man