interface VocabularyInterface in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/DrupalPractice/Constants/GlobalConstantUnitTest.inc \VocabularyInterface
- 8.3.x tests/DrupalPractice/Constants/GlobalConstantUnitTest.inc \VocabularyInterface
Provides an interface defining a taxonomy vocabulary entity.
Hierarchy
- interface \VocabularyInterface extends \ConfigEntityInterface
Expanded class hierarchy of VocabularyInterface
All classes that implement VocabularyInterface
File
- coder_sniffer/
DrupalPractice/ Test/ Constants/ GlobalConstantUnitTest.inc, line 20
View source
interface VocabularyInterface extends ConfigEntityInterface {
/**
* Denotes that no term in the vocabulary has a parent.
*/
const HIERARCHY_DISABLED = 0;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
VocabularyInterface:: |
constant | Denotes that no term in the vocabulary has a parent. |