You are here

public function LingotekConfigChunk::getWorkflowId in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.5 lib/Drupal/lingotek/LingotekConfigChunk.php \LingotekConfigChunk::getWorkflowId()

Overrides LingotekTranslatableEntity::getWorkflowId

File

lib/Drupal/lingotek/LingotekConfigChunk.php, line 878
Defines LingotekConfigChunk.

Class

LingotekConfigChunk
A class wrapper for Lingotek-specific behavior on ConfigChunks.

Code

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