public function ShortcutInterface::setTitle in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/shortcut/src/ShortcutInterface.php \Drupal\shortcut\ShortcutInterface::setTitle()
Sets the title of this shortcut.
Parameters
string $title: The title of this shortcut.
Return value
\Drupal\shortcut\ShortcutInterface The called shortcut entity.
1 method overrides ShortcutInterface::setTitle()
- Shortcut::setTitle in core/
modules/ shortcut/ src/ Entity/ Shortcut.php - Sets the title of this shortcut.
File
- core/
modules/ shortcut/ src/ ShortcutInterface.php, line 34 - Contains \Drupal\shortcut\ShortcutInterface.
Class
- ShortcutInterface
- Provides an interface defining a shortcut entity.
Namespace
Drupal\shortcutCode
public function setTitle($title);