You are here

public function LingotekComment::getProjectId in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getProjectId

File

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

Class

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

Code

public function getProjectId() {
  return variable_get('lingotek_project', '');
}