public function JobItemInterface::getExistingLangCodes in Translation Management Tool 8
Gets existing translation language codes of the job item source.
Return value
array Array of language codes.
1 method overrides JobItemInterface::getExistingLangCodes()
- JobItem::getExistingLangCodes in src/
Entity/ JobItem.php - Gets existing translation language codes of the job item source.
File
- src/
JobItemInterface.php, line 538
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getExistingLangCodes();