Overrides MenuLinkInterface::getTitle
public function getTitle() { // @todo Get the translated value from the config without instantiating the // view. https://www.drupal.org/node/2310379 return $this->loadView()->display_handler ->getOption('menu')['title']; }