public function VocabularyInterface::getHierarchy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/src/VocabularyInterface.php \Drupal\taxonomy\VocabularyInterface::getHierarchy()
Returns the vocabulary hierarchy.
Return value
integer The vocabulary hierarchy.
1 method overrides VocabularyInterface::getHierarchy()
- Vocabulary::getHierarchy in core/
modules/ taxonomy/ src/ Entity/ Vocabulary.php - Returns the vocabulary hierarchy.
File
- core/
modules/ taxonomy/ src/ VocabularyInterface.php, line 23 - Contains \Drupal\taxonomy\VocabularyInterface.
Class
- VocabularyInterface
- Provides an interface defining a taxonomy vocabulary entity.
Namespace
Drupal\taxonomyCode
public function getHierarchy();