Same name and namespace in other branches
  1. 8.9.x core/modules/taxonomy/src/VocabularyInterface.php \Drupal\taxonomy\VocabularyInterface::getDescription()
  2. 9 core/modules/taxonomy/src/VocabularyInterface.php \Drupal\taxonomy\VocabularyInterface::getDescription()

Returns the vocabulary description.

Return value

string The vocabulary description.

1 method overrides VocabularyInterface::getDescription()
Vocabulary::getDescription in core/modules/taxonomy/src/Entity/Vocabulary.php
Returns the vocabulary description.

File

core/modules/taxonomy/src/VocabularyInterface.php, line 34

Class

VocabularyInterface
Provides an interface defining a taxonomy vocabulary entity.

Namespace

Drupal\taxonomy

Code

public function getDescription();