public VocabularyInterface::getDescription()
Returns the vocabulary description.
Return value
string The vocabulary description.
File
- core/modules/taxonomy/src/VocabularyInterface.php, line 55
Class
- VocabularyInterface
- Provides an interface defining a taxonomy vocabulary entity.
Namespace
Drupal\taxonomy
Code
public function getDescription();
Please login to continue.