You are here

public function TaxonomyMenuInterface::getMenuParent in Taxonomy menu 8.3

Get the menu item to use as the parent for the taxonomy menu.

Return value

string The menu item id string.

1 method overrides TaxonomyMenuInterface::getMenuParent()
TaxonomyMenu::getMenuParent in src/Entity/TaxonomyMenu.php
Get the menu item to use as the parent for the taxonomy menu.

File

src/TaxonomyMenuInterface.php, line 43

Class

TaxonomyMenuInterface
Provides an interface defining a TaxonomyMenu entity.

Namespace

Drupal\taxonomy_menu

Code

public function getMenuParent();