constant TAXONOMY_HIERARCHY_MULTIPLE in Drupal 8
Denotes that one or more terms in the vocabulary have multiple parents.
Deprecated
in drupal:8.2.0 and is removed from drupal:9.0.0. Use \Drupal\taxonomy\VocabularyInterface::HIERARCHY_MULTIPLE instead.
See also
https://www.drupal.org/node/2807795
File
- core/
modules/ taxonomy/ taxonomy.module, line 47 - Enables the organization of content into categories.
Code
const TAXONOMY_HIERARCHY_MULTIPLE = 2;