public function JobInterface::canRequestTranslation in Translation Management Tool 8
Checks whether a job is translatable.
Return value
\Drupal\tmgmt\Translator\TranslatableResult Whether the job can be translated or not.
1 method overrides JobInterface::canRequestTranslation()
- Job::canRequestTranslation in src/
Entity/ Job.php - Checks whether a job is translatable.
File
- src/
JobInterface.php, line 449
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function canRequestTranslation();