MenuLinkContentInterface::getDescription

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

1
public function getDescription();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.