public ShortcutSetInterface::getShortcuts()
Returns all the shortcuts from a shortcut set sorted correctly.
Return value
\Drupal\shortcut\ShortcutInterface[] An array of shortcut entities.
File
- core/modules/shortcut/src/ShortcutSetInterface.php, line 30
Class
- ShortcutSetInterface
- Provides an interface defining a shortcut set entity.
Namespace
Drupal\shortcut
Code
public function getShortcuts();
Please login to continue.