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