function MenuInterface::getDescription
Same name in other branches
- 8.9.x core/modules/system/src/MenuInterface.php \Drupal\system\MenuInterface::getDescription()
- 10 core/modules/system/src/MenuInterface.php \Drupal\system\MenuInterface::getDescription()
- 11.x core/modules/system/src/MenuInterface.php \Drupal\system\MenuInterface::getDescription()
Returns the description of the menu.
Return value
string Description of the menu.
1 method overrides MenuInterface::getDescription()
- Menu::getDescription in core/
modules/ system/ src/ Entity/ Menu.php - Returns the description of the menu.
File
-
core/
modules/ system/ src/ MenuInterface.php, line 18
Class
- MenuInterface
- Provides an interface defining a menu entity.
Namespace
Drupal\systemCode
public function getDescription();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.