You are here

public function TMGMTJobItem::getExistingLangCodes in Translation Management Tool 7

Gets existing translation language codes of the job item source.

Return value

array Array of language codes.

File

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

Class

TMGMTJobItem
Entity class for the tmgmt_job entity.

Code

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