16 calls to tmgmt_job_load() in Translation Management Tool 7
- TMGMTCRUDTestCase::testJobs in tests/
tmgmt.crud.test - Test crud operations of jobs.
- TMGMTEntitySourcePluginController::saveTranslation in sources/
entity/ tmgmt_entity.plugin.inc - Saves a translation.
- TMGMTFileFormatHTML::validateImport in translators/
file/ tmgmt_file.format.html.inc - Validates that the given file is valid and can be imported.
- TMGMTFileformatXLIFF::import in translators/
file/ tmgmt_file.format.xliff.inc - Converts an exported file content back to the translated data.
- TMGMTFileformatXLIFF::validateImport in translators/
file/ tmgmt_file.format.xliff.inc - Validates that the given file is valid and can be imported.
- TMGMTFileTestCase::testXLIFFTextProcessing in translators/
file/ tmgmt_file.test - Test the content processing for XLIFF export and import.
- TMGMTI18nStringSourcePluginController::saveTranslation in sources/
i18n_string/ tmgmt_i18n_string.plugin.inc - Saves a translation.
- TMGMTJobItem::getJob in entity/
tmgmt.entity.job_item.inc - Loads the job entity that this job item is attached to.
- TMGMTLocaleSourcePluginController::saveTranslation in sources/
locale/ tmgmt_locale.plugin.inc - Saves a translation.
- TMGMTLocalTask::getJob in translators/
tmgmt_local/ entity/ tmgmt_local.entity.task.inc - Return the corresponding translation job.
- TMGMTLocalTestCase::testBasicWorkflow in translators/
tmgmt_local/ tmgmt_local.test - Test the basic translation workflow
- TMGMTMessage::getJob in entity/
tmgmt.entity.message.inc - Loads the job entity that this job message is attached to.
- TMGMTPluginsTestCase::testBasicWorkflow in tests/
tmgmt.plugin.test - TMGMTRemote::getJob in entity/
tmgmt.entity.remote.inc - Gets translation job.
- TMGMTUITestCase::testAbortJob in ui/
tmgmt_ui.test - Test the process of aborting and resubmitting the job.
- tmgmt_job_match_item in ./
tmgmt.module - Returns a job which matches the requested source- and target language by user. If no job exists, a new job object will be created.