public function JobInterface::getRemoteTargetLanguage

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\tmgmt

Code

public function getRemoteTargetLanguage();