public Vocabulary::getHierarchy()
Returns the vocabulary hierarchy.
Return value
int The vocabulary hierarchy.
Overrides VocabularyInterface::getHierarchy
File
- core/modules/taxonomy/src/Entity/Vocabulary.php, line 94
Class
- Vocabulary
- Defines the taxonomy vocabulary entity.
Namespace
Drupal\taxonomy\Entity
Code
1 2 3 | public function getHierarchy() { return $this ->hierarchy; } |
Please login to continue.