public function JobItem::getExistingLangCodes in Translation Management Tool 8
Gets existing translation language codes of the job item source.
Return value
array Array of language codes.
Overrides JobItemInterface::getExistingLangCodes
File
- src/
Entity/ JobItem.php, line 994
Class
- JobItem
- Entity class for the tmgmt_job_item entity.
Namespace
Drupal\tmgmt\EntityCode
public function getExistingLangCodes() {
return $this
->getSourcePlugin()
->getExistingLangCodes($this);
}