function ViewsMenuLink::getDescription

Returns the description of the menu link.

Return value

string The description of the menu link.

Overrides MenuLinkInterface::getDescription

File

core/modules/views/src/Plugin/Menu/ViewsMenuLink.php, line 118

Class

ViewsMenuLink
Defines menu links provided by views.

Namespace

Drupal\views\Plugin\Menu

Code

public function getDescription() {
  return $this->loadView()->display_handler
    ->getOption('menu')['description'];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.