public function JobInterface::getItems

Returns all job items attached to this job.

Parameters

array $conditions: Additional conditions.

Return value

\Drupal\tmgmt\JobItemInterface[] An array of translation job items.

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

File

src/JobInterface.php, line 220

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function getItems($conditions = array());