constant VocabularyInterface::HIERARCHY_DISABLED in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/DrupalPractice/Constants/GlobalConstantUnitTest.inc \VocabularyInterface::HIERARCHY_DISABLED
- 8.3.x tests/DrupalPractice/Constants/GlobalConstantUnitTest.inc \VocabularyInterface::HIERARCHY_DISABLED
Denotes that no term in the vocabulary has a parent.
File
- coder_sniffer/
DrupalPractice/ Test/ Constants/ GlobalConstantUnitTest.inc, line 25
Class
- VocabularyInterface
- Provides an interface defining a taxonomy vocabulary entity.
Code
const HIERARCHY_DISABLED = 0;