You are here

constant TAXONOMY_HIERARCHY_SINGLE in Zircon Profile 8

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

Denotes that one or more terms in the vocabulary has a single parent.

6 uses of TAXONOMY_HIERARCHY_SINGLE
forum_form_taxonomy_vocabulary_form_alter in core/modules/forum/forum.module
Implements hook_form_BASE_FORM_ID_alter().
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().

... See full list

File

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

Code

const TAXONOMY_HIERARCHY_SINGLE = 1;