You are here

constant VocabularyInterface::HIERARCHY_DISABLED in Coder 8.3

Same name and namespace in other branches
  1. 8.2 coder_sniffer/DrupalPractice/Test/Constants/GlobalConstantUnitTest.inc \VocabularyInterface::HIERARCHY_DISABLED
  2. 8.3.x tests/DrupalPractice/Constants/GlobalConstantUnitTest.inc \VocabularyInterface::HIERARCHY_DISABLED

Denotes that no term in the vocabulary has a parent.

File

tests/DrupalPractice/Constants/GlobalConstantUnitTest.inc, line 25

Class

VocabularyInterface
Provides an interface defining a taxonomy vocabulary entity.

Code

const HIERARCHY_DISABLED = 0;