You are here

constant JobInterface::STATE_ACTIVE in Translation Management Tool 8

A translation job that has been submitted to the translator.

Translator plugins are responsible for setting this state in their implementation of TranslatorPluginControllerInterface::requestTranslation().

File

src/JobInterface.php, line 31

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

const STATE_ACTIVE = 1;