public function JobItemInterface::accepted in Translation Management Tool 8
Sets the state of the job item to 'accepted'.
Parameters
string $message: Message for the source to be reviewed.
array $variables: (optional) An array of variables to replace in the message on display.
string $type: (optional) Statically set to status.
1 method overrides JobItemInterface::accepted()
- JobItem::accepted in src/
Entity/ JobItem.php - Sets the state of the job item to 'accepted'.
File
- src/
JobItemInterface.php, line 281
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function accepted($message = NULL, $variables = array(), $type = 'status');