Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable in _api_make_match_member_link() (line 1230 of /home/projects/api/www/sites/all/modules/api/api.formatting.inc).

constant JobInterface::STATE_ACTIVE

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;