9 calls to Job::getItems() in Translation Management Tool 8
- 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 - Gets the label of the entity.
- Job::preSave in src/
Entity/ Job.php - Acts on an entity before the presave hook is invoked.
- Job::requestTranslation in src/
Entity/ Job.php - Request the translation of a job from the translator.