9 calls to Job::getItems()

Job::aborted in src/Entity/Job.php
Sets the state of the job to 'aborted'.
Job::acceptTranslation in src/Entity/Job.php
Propagates the returned job item translations to the sources.
Job::addTranslatedData in src/Entity/Job.php
Store translated data back into the items.
Job::getConflictingItems in src/Entity/Job.php
Returns conflicting job item IDs along with the jobs causing the conflicts.
Job::getData in src/Entity/Job.php
Returns the source data of all job items.
Job::getSuggestions in src/Entity/Job.php
Invoke the hook 'hook_tmgmt_source_suggestions' to get all suggestions.
Job::label in src/Entity/Job.php
Job::preSave in src/Entity/Job.php
Job::requestTranslation in src/Entity/Job.php
Request the translation of a job from the translator.