public MenuLinkContentInterface::getDescription()
Gets the description of the menu link for the UI.
Return value
string The description to use on admin pages or as a title attribute.
File
- core/modules/menu_link_content/src/MenuLinkContentInterface.php, line 48
Class
- MenuLinkContentInterface
- Defines an interface for custom menu links.
Namespace
Drupal\menu_link_content
Code
public function getDescription();
Please login to continue.