function VocabularyInterface::getDescription
Same name in other branches
- 9 core/modules/taxonomy/src/VocabularyInterface.php \Drupal\taxonomy\VocabularyInterface::getDescription()
- 8.9.x core/modules/taxonomy/src/VocabularyInterface.php \Drupal\taxonomy\VocabularyInterface::getDescription()
- 11.x 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\taxonomyCode
public function getDescription();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.