Implements \Drupal\Core\Entity\EntityInterface::id().
Overrides Entity::id
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;
}