You are here

public function TMGMTJobItem::getSourceLangCode in Translation Management Tool 7

Gets language code of the job item source.

Return value

string Language code.

File

entity/tmgmt.entity.job_item.inc, line 913

Class

TMGMTJobItem
Entity class for the tmgmt_job entity.

Code

public function getSourceLangCode() {
  return $this
    ->getSourceController()
    ->getSourceLangCode($this);
}