comparison core/modules/taxonomy/src/Entity/Vocabulary.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children 12f9dff5fda9
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
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