public function JobInterface::hasTranslator in Translation Management Tool 8
Checks if the translator and the plugin exist.
Return value
bool TRUE if exists, FALSE otherwise.
1 method overrides JobInterface::hasTranslator()
- Job::hasTranslator in src/
Entity/ Job.php - Checks if the translator and the plugin exist.
File
- src/
JobInterface.php, line 336
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function hasTranslator();