You are here

public function LingotekConfigSet::setWorkflowId in Lingotek Translation 7.7

File

lib/Drupal/lingotek/LingotekConfigSet.php, line 1251
Defines LingotekConfigSet.

Class

LingotekConfigSet
A class wrapper for Lingotek-specific behavior on ConfigSets.

Code

public function setWorkflowId($workflow_id) {
  $this->workflow_id = $workflow_id;
}