You are here

public function LingotekComment::getVaultId in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getVaultId

File

lib/Drupal/lingotek/LingotekComment.php, line 489
Defines LingotekComment.

Class

LingotekComment
A class wrapper for Lingotek-specific behavior on Comments.

Code

public function getVaultId() {
  return variable_get('lingotek_vault', '');
}