public function Vocabulary::id

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

Overrides Entity::id

1 call to Vocabulary::id()
Vocabulary::uri in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php
Implements \Drupal\Core\Entity\EntityInterface::uri().

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php, line 90
Contains \Drupal\taxonomy\Plugin\Core\Entity\Vocabulary.

Class

Vocabulary
Defines the taxonomy vocabulary entity.

Namespace

Drupal\taxonomy\Plugin\Core\Entity

Code

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