function TermInterface::getDescription

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

Gets the term description.

Return value

string The term description.

1 method overrides TermInterface::getDescription()
Term::getDescription in core/modules/taxonomy/src/Entity/Term.php
Gets the term description.

File

core/modules/taxonomy/src/TermInterface.php, line 21

Class

TermInterface
Provides an interface defining a taxonomy term entity.

Namespace

Drupal\taxonomy

Code

public function getDescription();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.