public function JobItemInterface::getTranslator in Translation Management Tool 8
Returns the translator for this job item.
Return value
\Drupal\tmgmt\TranslatorInterface The translator entity or NULL if there is none.
1 method overrides JobItemInterface::getTranslator()
- JobItem::getTranslator in src/
Entity/ JobItem.php - Returns the translator for this job item.
File
- src/
JobItemInterface.php, line 140
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getTranslator();