Mercurial > hg > isophonics-drupal-site
comparison core/modules/taxonomy/src/Entity/Vocabulary.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
85 * The type of hierarchy allowed within the vocabulary. | 85 * The type of hierarchy allowed within the vocabulary. |
86 * | 86 * |
87 * Possible values: | 87 * Possible values: |
88 * - VocabularyInterface::HIERARCHY_DISABLED: No parents. | 88 * - VocabularyInterface::HIERARCHY_DISABLED: No parents. |
89 * - VocabularyInterface::HIERARCHY_SINGLE: Single parent. | 89 * - VocabularyInterface::HIERARCHY_SINGLE: Single parent. |
90 * - VocabularyInterface::HIERARCHY_MULTIPL: Multiple parents. | 90 * - VocabularyInterface::HIERARCHY_MULTIPLE: Multiple parents. |
91 * | 91 * |
92 * @var int | 92 * @var int |
93 */ | 93 */ |
94 protected $hierarchy = VocabularyInterface::HIERARCHY_DISABLED; | 94 protected $hierarchy = VocabularyInterface::HIERARCHY_DISABLED; |
95 | 95 |