public function JobItemInterface::getMessagesSince in Translation Management Tool 8
Returns all job item messages attached to this job item with timestamp newer than $time.
Parameters
int $time: (Optional) Messages need to have a newer timestamp than $time. Defaults to REQUEST_TIME.
Return value
array An array of translation job item messages.
1 method overrides JobItemInterface::getMessagesSince()
- JobItem::getMessagesSince in src/
Entity/ JobItem.php - Returns all job item messages attached to this job item with timestamp newer than $time.
File
- src/
JobItemInterface.php, line 495
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getMessagesSince($time = NULL);