constant JobItemInterface::STATE_ACTIVE

The translation job item is active and waiting to be translated.

A job item is marked as 'active' until every translatable piece of text in the job item has been translated and cached on the job item entity.

File

src/JobItemInterface.php, line 25

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

const STATE_ACTIVE = 1;