public TermInterface::getName()
Gets the name of the term.
Return value
string The name of the term.
File
- core/modules/taxonomy/src/TermInterface.php, line 55
Class
- TermInterface
- Provides an interface defining a taxonomy term entity.
Namespace
Drupal\taxonomy
Code
public function getName();
Please login to continue.