public function MenuLinkInterface::getTitle in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Menu/MenuLinkInterface.php \Drupal\Core\Menu\MenuLinkInterface::getTitle()
Returns the localized title to be shown for this link.
Return value
string The title of the menu link.
6 methods override MenuLinkInterface::getTitle()
- InaccessibleMenuLink::getTitle in core/
lib/ Drupal/ Core/ Menu/ InaccessibleMenuLink.php - Returns the localized title to be shown for this link.
- MenuLinkContent::getTitle in core/
modules/ menu_link_content/ src/ Plugin/ Menu/ MenuLinkContent.php - Returns the localized title to be shown for this link.
- MenuLinkDefault::getTitle in core/
lib/ Drupal/ Core/ Menu/ MenuLinkDefault.php - Returns the localized title to be shown for this link.
- MenuLinkMock::getTitle in core/
tests/ Drupal/ Tests/ Core/ Menu/ MenuLinkMock.php - Returns the localized title to be shown for this link.
- TaxonomyMenuMenuLink::getTitle in modules/
taxonomy_menu/ src/ Plugin/ Menu/ TaxonomyMenuMenuLink.php - Returns the localized title to be shown for this link.
File
- core/
lib/ Drupal/ Core/ Menu/ MenuLinkInterface.php, line 33 - Contains \Drupal\Core\Menu\MenuLinkInterface.
Class
- MenuLinkInterface
- Defines an interface for classes providing a type of menu link.
Namespace
Drupal\Core\MenuCode
public function getTitle();