You are here

public function TaxonomyMenuInterface::getVocabulary in Taxonomy menu 8.3

Get the vocabulary being used.

Return value

string The vocabulary whose terms will be used to generate a menu.

1 method overrides TaxonomyMenuInterface::getVocabulary()
TaxonomyMenu::getVocabulary in src/Entity/TaxonomyMenu.php
Get the vocabulary being used.

File

src/TaxonomyMenuInterface.php, line 27

Class

TaxonomyMenuInterface
Provides an interface defining a TaxonomyMenu entity.

Namespace

Drupal\taxonomy_menu

Code

public function getVocabulary();