public function LingotekEntity::getVaultId in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getVaultId()
- 7.5 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getVaultId()
Overrides LingotekTranslatableEntity::getVaultId
File
- lib/
Drupal/ lingotek/ LingotekEntity.php, line 269 - Defines LingotekEntity.
Class
- LingotekEntity
- A class wrapper for Lingotek-specific behavior on nodes.
Code
public function getVaultId() {
return $this->entity->lingotek['vault_id'];
}