constant TAXONOMY_HIERARCHY_MULTIPLE in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/taxonomy.module \TAXONOMY_HIERARCHY_MULTIPLE
Denotes that one or more terms in the vocabulary have multiple parents.
5 uses of TAXONOMY_HIERARCHY_MULTIPLE
- OverviewTerms::buildForm in core/
modules/ taxonomy/ src/ Form/ OverviewTerms.php - Form constructor.
- 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().
- TermForm::form in core/
modules/ taxonomy/ src/ TermForm.php - Gets the actual form array to be built.
- TermForm::save in core/
modules/ taxonomy/ src/ TermForm.php - Form submission handler for the 'save' action.
File
- core/
modules/ taxonomy/ taxonomy.module, line 33 - Enables the organization of content into categories.
Code
const TAXONOMY_HIERARCHY_MULTIPLE = 2;