You are here

public function LingotekEntity::getWorkflowId in Lingotek Translation 7.6

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

Overrides LingotekTranslatableEntity::getWorkflowId

File

lib/Drupal/lingotek/LingotekEntity.php, line 261
Defines LingotekEntity.

Class

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

Code

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