public function Vocabulary::id

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

Overrides Entity::id

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php, line 90
Definition of 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;
}