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