public function JobInterface::getTargetLangcode in Translation Management Tool 8
Returns the target language code.
Return value
string The target language code
1 method overrides JobInterface::getTargetLangcode()
- Job::getTargetLangcode in src/
Entity/ Job.php - Returns the target language code.
File
- src/
JobInterface.php, line 104
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getTargetLangcode();