public function LingotekProfileInterface::getWorkflowForTarget in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
Gets the workflow to be used for a given language.
Parameters
string $langcode: The language code.
Return value
string The workflow identifier, used to request translations. If 'default', the default site workflow should be used.
1 method overrides LingotekProfileInterface::getWorkflowForTarget()
- LingotekProfile::getWorkflowForTarget in src/
Entity/ LingotekProfile.php - Gets the workflow to be used for a given language.
File
- src/
LingotekProfileInterface.php, line 270
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function getWorkflowForTarget($langcode);