You are here

protected property TermStorage::$vocabularyHierarchyType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/src/TermStorage.php \Drupal\taxonomy\TermStorage::vocabularyHierarchyType
  2. 10 core/modules/taxonomy/src/TermStorage.php \Drupal\taxonomy\TermStorage::vocabularyHierarchyType

The type of hierarchy allowed within a vocabulary.

Possible values:

An array of one the possible values above, keyed by vocabulary ID.

Type: int[]

File

core/modules/taxonomy/src/TermStorage.php, line 61

Class

TermStorage
Defines a Controller class for taxonomy terms.

Namespace

Drupal\taxonomy

Code

protected $vocabularyHierarchyType;