Vocabulary::getHierarchy

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

public function getHierarchy() {
  return $this->hierarchy;
}
doc_Drupal
2016-10-29 09:56:15
Comments
Leave a Comment

Please login to continue.