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