function Menu::getDescription

Same name and namespace in other branches
  1. 8.9.x core/modules/system/src/Entity/Menu.php \Drupal\system\Entity\Menu::getDescription()
  2. 10 core/modules/system/src/Entity/Menu.php \Drupal\system\Entity\Menu::getDescription()
  3. 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\Entity

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.