function ShortcutInterface::getTitle
Same name in other branches
- 9 core/modules/shortcut/src/ShortcutInterface.php \Drupal\shortcut\ShortcutInterface::getTitle()
- 10 core/modules/shortcut/src/ShortcutInterface.php \Drupal\shortcut\ShortcutInterface::getTitle()
- 11.x core/modules/shortcut/src/ShortcutInterface.php \Drupal\shortcut\ShortcutInterface::getTitle()
Returns the title of this shortcut.
Return value
string The title of this shortcut.
1 method overrides ShortcutInterface::getTitle()
- Shortcut::getTitle in core/
modules/ shortcut/ src/ Entity/ Shortcut.php - Returns the title of this shortcut.
File
-
core/
modules/ shortcut/ src/ ShortcutInterface.php, line 18
Class
- ShortcutInterface
- Provides an interface defining a shortcut entity.
Namespace
Drupal\shortcutCode
public function getTitle();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.