public function JobInterface::getRemoteSourceLanguage

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

Code

public function getRemoteSourceLanguage();