You are here

public function TaxonomyMenu::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.

Overrides TaxonomyMenuInterface::getMenuParent

1 call to TaxonomyMenu::getMenuParent()
TaxonomyMenu::buildMenuDefinition in src/Entity/TaxonomyMenu.php
Generate a menu link plugin definition for a taxonomy term.

File

src/Entity/TaxonomyMenu.php, line 135

Class

TaxonomyMenu
Defines the TaxonomyMenu entity.

Namespace

Drupal\taxonomy_menu\Entity

Code

public function getMenuParent() {
  return $this->menu_parent;
}