public ShortcutInterface::setTitle($title)
Sets the title of this shortcut.
Parameters
string $title: The title of this shortcut.
Return value
\Drupal\shortcut\ShortcutInterface The called shortcut entity.
File
- core/modules/shortcut/src/ShortcutInterface.php, line 29
Class
- ShortcutInterface
- Provides an interface defining a shortcut entity.
Namespace
Drupal\shortcut
Code
public function setTitle($title);
Please login to continue.