public function Menu::getDescription in Colossal Menu 2.x
Same name and namespace in other branches
- 8 src/Entity/Menu.php \Drupal\colossal_menu\Entity\Menu::getDescription()
Returns the description of the menu.
Return value
string Description of the menu.
Overrides MenuInterface::getDescription
File
- src/
Entity/ Menu.php, line 63
Class
- Menu
- Defines the Menu entity.
Namespace
Drupal\colossal_menu\EntityCode
public function getDescription() {
return $this->label;
}