You are here

public function LingotekNode::getWorkflowId in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getWorkflowId

File

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

Class

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

Code

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