public function JobInterface::getRemoteTargetLanguage in Translation Management Tool 8
Returns remote target language code.
Maps the target langcode of the job from local to remote.
Return value
string Remote language code.
Related topics
1 method overrides JobInterface::getRemoteTargetLanguage()
- Job::getRemoteTargetLanguage in src/
Entity/ Job.php - Returns remote target language code.
File
- src/
JobInterface.php, line 285
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getRemoteTargetLanguage();