public function TaxonomyMenuInterface::getMenu in Taxonomy menu 8.3
Get the menu that the menu items are being created in.
Return value
string The machine name of the menu entity holding the vocabulary's menu items.
1 method overrides TaxonomyMenuInterface::getMenu()
- TaxonomyMenu::getMenu in src/
Entity/ TaxonomyMenu.php - Get the menu that the menu items are being created in.
File
- src/
TaxonomyMenuInterface.php, line 19
Class
- TaxonomyMenuInterface
- Provides an interface defining a TaxonomyMenu entity.
Namespace
Drupal\taxonomy_menuCode
public function getMenu();