public TermInterface::getDescription()
Gets the term's description.
Return value
string The term description.
File
- core/modules/taxonomy/src/TermInterface.php, line 19
Class
- TermInterface
- Provides an interface defining a taxonomy term entity.
Namespace
Drupal\taxonomy
Code
public function getDescription();
Please login to continue.