Denotes that one or more terms in the vocabulary have multiple parents.
Deprecated
in Drupal 8.2.x and will be removed before 9.0.0. Use \Drupal\taxonomy\VocabularyInterface::HIERARCHY_MULTIPLE instead.
File
- core/modules/taxonomy/taxonomy.module, line 42
- Enables the organization of content into categories.
Code
const TAXONOMY_HIERARCHY_MULTIPLE = 2;
Please login to continue.