You are here

interface VocabularyInterface in Coder 8.3

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

Provides an interface defining a taxonomy vocabulary entity.

Hierarchy

Expanded class hierarchy of VocabularyInterface

All classes that implement VocabularyInterface

File

tests/DrupalPractice/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

Namesort descending Modifiers Type Description Overrides
VocabularyInterface::HIERARCHY_DISABLED constant Denotes that no term in the vocabulary has a parent.