You are here

public function VocabularyInterface::getHierarchy in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\taxonomy

Code

public function getHierarchy();