public function LingotekProfile::getWorkflow in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8 src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 8.2 src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 4.0.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 3.0.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 3.1.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 3.2.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 3.4.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 3.5.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 3.6.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 3.7.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
- 3.8.x src/Entity/LingotekProfile.php \Drupal\lingotek\Entity\LingotekProfile::getWorkflow()
Gets the workflow of the profile.
Return value
string The workflow identifier, used to request translations. If 'default', the default site workflow should be used.
Overrides LingotekProfileInterface::getWorkflow
1 call to LingotekProfile::getWorkflow()
- LingotekProfile::getWorkflowForTarget in src/
Entity/ LingotekProfile.php - Gets the workflow to be used for a given language.
File
- src/
Entity/ LingotekProfile.php, line 790
Class
- LingotekProfile
- Defines the LingotekProfile entity.
Namespace
Drupal\lingotek\EntityCode
public function getWorkflow() {
return $this->workflow;
}