You are here

public function LingotekComment::getWorkflowId in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getWorkflowId

File

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

Class

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

Code

public function getWorkflowId() {
  return variable_get('lingotek_translate_comments_workflow_id', '');
}