Denotes that no term in the vocabulary has a parent.
Deprecated
in Drupal 8.2.x and will be removed before 9.0.0. Use \Drupal\taxonomy\VocabularyInterface::HIERARCHY_DISABLED instead.
File
- core/modules/taxonomy/taxonomy.module, line 26
- Enables the organization of content into categories.
Code
const TAXONOMY_HIERARCHY_DISABLED = 0;
Please login to continue.