You are here

public function Menu::getDescription in Colossal Menu 8

Same name and namespace in other branches
  1. 2.x 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 59

Class

Menu
Defines the Menu entity.

Namespace

Drupal\colossal_menu\Entity

Code

public function getDescription() {
  return $this->label;
}