public function Term::id

Implements Drupal\Core\Entity\EntityInterface::id().

Overrides Entity::id

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Term.php, line 130
Definition of Drupal\taxonomy\Plugin\Core\Entity\Term.

Class

Term
Defines the taxonomy term entity.

Namespace

Drupal\taxonomy\Plugin\Core\Entity

Code

public function id() {
  return $this->tid;
}