VocabularyInterface::HIERARCHY_SINGLE

Denotes that one or more terms in the vocabulary has a single parent.

File

core/modules/taxonomy/src/VocabularyInterface.php, line 20

Class

VocabularyInterface
Provides an interface defining a taxonomy vocabulary entity.

Namespace

Drupal\taxonomy

Code

1
const HIERARCHY_SINGLE = 1;
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.