You are here

public function LingotekProfileInterface::getWorkflowForTarget in Lingotek Translation 3.2.x

Same name and namespace in other branches
  1. 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  2. 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  3. 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  4. 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  5. 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  6. 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  7. 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  8. 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  9. 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  10. 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWorkflowForTarget()
  11. 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\lingotek

Code

public function getWorkflowForTarget($langcode);