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