You are here

constant TAXONOMY_HIERARCHY_DISABLED in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/taxonomy.module \TAXONOMY_HIERARCHY_DISABLED

Denotes that no term in the vocabulary has a parent.

4 uses of TAXONOMY_HIERARCHY_DISABLED
MigrateTaxonomyVocabularyTest::testTaxonomyVocabulary in core/modules/taxonomy/src/Tests/Migrate/d7/MigrateTaxonomyVocabularyTest.php
Tests the Drupal 7 taxonomy vocabularies to Drupal 8 migration.
OverviewTerms::submitForm in core/modules/taxonomy/src/Form/OverviewTerms.php
Form submission handler.
taxonomy_check_vocabulary_hierarchy in core/modules/taxonomy/taxonomy.module
Checks and updates the hierarchy flag of a vocabulary.
taxonomy_help in core/modules/taxonomy/taxonomy.module
Implements hook_help().

File

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

Code

const TAXONOMY_HIERARCHY_DISABLED = 0;