public function JobInterface::getTranslatorLabel in Translation Management Tool 8
Returns the label of the translator for this job.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup|string The label of the translator, "(Missing)" in case the translator has been deleted or "(Undefined)" in case the translator is not set.
1 method overrides JobInterface::getTranslatorLabel()
- Job::getTranslatorLabel in src/
Entity/ Job.php - Returns the label of the translator for this job.
File
- src/
JobInterface.php, line 316
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getTranslatorLabel();