You are here

public function MenuLinkContentInterface::getTitle in Drupal 8

Same name and namespace in other branches
  1. 9 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 26

Class

MenuLinkContentInterface
Defines an interface for custom menu links.

Namespace

Drupal\menu_link_content

Code

public function getTitle();