Same name and namespace in other branches
  1. 8.9.x core/modules/taxonomy/src/VocabularyInterface.php \Drupal\taxonomy\VocabularyInterface::HIERARCHY_DISABLED
  2. 9 core/modules/taxonomy/src/VocabularyInterface.php \Drupal\taxonomy\VocabularyInterface::HIERARCHY_DISABLED

Denotes that no term in the vocabulary has a parent.

File

core/modules/taxonomy/src/VocabularyInterface.php, line 16

Class

VocabularyInterface
Provides an interface defining a taxonomy vocabulary entity.

Namespace

Drupal\taxonomy

Code

const HIERARCHY_DISABLED = 0;