constant JobInterface::STATE_REJECTED in Translation Management Tool 8
A translation job that has been rejected by the translator.
The translator plugin can use this state if the job has been actively rejected. However, this should be avoided by doing the necessary checks in the checkTranslatable() method and in the job configuration settings.
A rejected job can be re-submitted.
File
- src/
JobInterface.php, line 42
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
const STATE_REJECTED = 2;