constant TAXONOMY_HIERARCHY_DISABLED

Denotes that no term in the vocabulary has a parent.

3 uses of TAXONOMY_HIERARCHY_DISABLED
taxonomy_check_vocabulary_hierarchy in drupal/core/modules/taxonomy/taxonomy.module
Checks and updates the hierarchy flag of a vocabulary.
taxonomy_help in drupal/core/modules/taxonomy/taxonomy.module
Implements hook_help().
taxonomy_overview_terms_submit in drupal/core/modules/taxonomy/taxonomy.admin.inc
Submit handler for terms overview form.

File

drupal/core/modules/taxonomy/taxonomy.module, line 16
Enables the organization of content into categories.

Code

const TAXONOMY_HIERARCHY_DISABLED = 0;