public function JobInterface::getItems in Translation Management Tool 8
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\tmgmtCode
public function getItems($conditions = array());