You are here

public function LingotekProfile::setWorkflow in Lingotek Translation 7.7

File

lib/Drupal/lingotek/LingotekProfile.php, line 415
Defines LingotekProfile

Class

LingotekProfile
A class wrapper for Lingotek Profiles

Code

public function setWorkflow($workflow_id, $target_locale = NULL) {
  return $this
    ->setAttribute('workflow_id', $workflow_id, $target_locale);
}