Vocabulary::getDescription

public Vocabulary::getDescription()

Returns the vocabulary description.

Return value

string The vocabulary description.

Overrides VocabularyInterface::getDescription

File

core/modules/taxonomy/src/Entity/Vocabulary.php, line 116

Class

Vocabulary
Defines the taxonomy vocabulary entity.

Namespace

Drupal\taxonomy\Entity

Code

public function getDescription() {
  return $this->description;
}
doc_Drupal
2016-10-29 09:56:15
Comments
Leave a Comment

Please login to continue.