function InaccessibleMenuLink::getDescription
Returns the description of the menu link.
Return value
string The description of the menu link.
Overrides MenuLinkInterface::getDescription
File
- 
              core/lib/ Drupal/ Core/ Menu/ InaccessibleMenuLink.php, line 47 
Class
- InaccessibleMenuLink
- A menu link plugin for wrapping another menu link, in sensitive situations.
Namespace
Drupal\Core\MenuCode
public function getDescription() {
  return '';
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
