constant TMGMT_JOB_STATE_ACTIVE in Translation Management Tool 7
A translation job that has been submitted to the translator.
Translator plugins are responsible for setting this state in their implementation of TMGMTTranslatorPluginControllerInterface::requestTranslation().
Related topics
2 uses of TMGMT_JOB_STATE_ACTIVE
- TMGMTJob::isActive in entity/
tmgmt.entity.job.inc - Returns whether the state of this job is 'active'.
- TMGMTJob::submitted in entity/
tmgmt.entity.job.inc - Set the state of the job to 'submitted'.
File
- ./
tmgmt.module, line 27 - Main module file for the Translation Management module.
Code
define('TMGMT_JOB_STATE_ACTIVE', 1);