function TermInterface::getFormat
Same name in other branches
- 9 core/modules/taxonomy/src/TermInterface.php \Drupal\taxonomy\TermInterface::getFormat()
- 8.9.x core/modules/taxonomy/src/TermInterface.php \Drupal\taxonomy\TermInterface::getFormat()
- 10 core/modules/taxonomy/src/TermInterface.php \Drupal\taxonomy\TermInterface::getFormat()
Gets the text format name for the term description.
Return value
string The text format name.
1 method overrides TermInterface::getFormat()
- Term::getFormat in core/
modules/ taxonomy/ src/ Entity/ Term.php - Gets the text format name for the term description.
File
-
core/
modules/ taxonomy/ src/ TermInterface.php, line 39
Class
- TermInterface
- Provides an interface defining a taxonomy term entity.
Namespace
Drupal\taxonomyCode
public function getFormat();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.