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