Menu::getDescription

public Menu::getDescription()

Returns the description of the menu.

Return value

string Description of the menu.

Overrides MenuInterface::getDescription

File

core/modules/system/src/Entity/Menu.php, line 63

Class

Menu
Defines the Menu configuration entity class.

Namespace

Drupal\system\Entity

Code

1
2
3
public function getDescription() {
  return $this->description;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.