public function JobInterface::getMessagesSince

Returns all job messages attached to this job.

It returns them with timestamp newer than $time.

Parameters

int $time: (Optional) Messages need to have a newer timestamp than $time. Defaults to REQUEST_TIME.

Return value

\Drupal\tmgmt\MessageInterface[] An array of translation job messages.

1 method overrides JobInterface::getMessagesSince()
Job::getMessagesSince in src/Entity/Job.php
Returns all job messages attached to this job.

File

src/JobInterface.php, line 261

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function getMessagesSince($time = NULL);