You are here

public function LingotekNode::getVaultId in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getVaultId

File

lib/Drupal/lingotek/LingotekNode.php, line 237
Defines LingotekNode.

Class

LingotekNode
A class wrapper for Lingotek-specific behavior on nodes.

Code

public function getVaultId() {
  return $this->node->lingotek['vault_id'];
}