public function MenuLinkContentInterface::getTitle in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/menu_link_content/src/MenuLinkContentInterface.php \Drupal\menu_link_content\MenuLinkContentInterface::getTitle()
Gets the title of the menu link.
Return value
string The title of the link.
1 method overrides MenuLinkContentInterface::getTitle()
- MenuLinkContent::getTitle in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Gets the title of the menu link.
File
- core/
modules/ menu_link_content/ src/ MenuLinkContentInterface.php, line 29 - Contains \Drupal\menu_link_content\MenuLinkContentInterface.
Class
- MenuLinkContentInterface
- Defines an interface for custom menu links.
Namespace
Drupal\menu_link_contentCode
public function getTitle();