function Menu::getDescription
Same name in other branches
- 9 core/modules/system/src/Entity/Menu.php \Drupal\system\Entity\Menu::getDescription()
- 10 core/modules/system/src/Entity/Menu.php \Drupal\system\Entity\Menu::getDescription()
- 11.x core/modules/system/src/Entity/Menu.php \Drupal\system\Entity\Menu::getDescription()
Overrides MenuInterface::getDescription
File
-
core/
modules/ system/ src/ Entity/ Menu.php, line 72
Class
- Menu
- Defines the Menu configuration entity class.
Namespace
Drupal\system\EntityCode
public function getDescription() {
return $this->description;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.