constant JobItemInterface::STATE_ACCEPTED

The translation job item has been reviewed and accepted.

After reviewing a job item it can be accepted by the reviewer. Once the user has accepted the job item, the translated data will be propagated to the source controller which will also take care of flagging the job item as 'accepted' if the translated object could be saved successfully.

File

src/JobItemInterface.php, line 44

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

const STATE_ACCEPTED = 3;