function TermInterface::getName

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/src/TermInterface.php \Drupal\taxonomy\TermInterface::getName()
  2. 8.9.x core/modules/taxonomy/src/TermInterface.php \Drupal\taxonomy\TermInterface::getName()
  3. 10 core/modules/taxonomy/src/TermInterface.php \Drupal\taxonomy\TermInterface::getName()

Gets the term name.

Return value

string The term name.

1 method overrides TermInterface::getName()
Term::getName in core/modules/taxonomy/src/Entity/Term.php
Gets the term name.

File

core/modules/taxonomy/src/TermInterface.php, line 57

Class

TermInterface
Provides an interface defining a taxonomy term entity.

Namespace

Drupal\taxonomy

Code

public function getName();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.