public function LingotekProfile::getWorkflow in Lingotek Translation 7.7
1 call to LingotekProfile::getWorkflow()
- LingotekProfile::filterTargetLocales in lib/
Drupal/ lingotek/ LingotekProfile.php
File
- lib/
Drupal/ lingotek/ LingotekProfile.php, line 411 - Defines LingotekProfile
Class
- LingotekProfile
- A class wrapper for Lingotek Profiles
Code
public function getWorkflow($target_locale = NULL) {
return $this
->getAttribute('workflow_id', $target_locale);
}