public function JobItemInterface::getMessagesSince

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 503

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function getMessagesSince($time = NULL);