You are here

function tmgmt_job_load_multiple in Translation Management Tool 7

Loads translation jobs.

Related topics

2 calls to tmgmt_job_load_multiple()
tmgmt_file_file_download in translators/file/tmgmt_file.module
Implements hook_file_download().
tmgmt_job_load in ./tmgmt.module
Loads a translation job.

File

./tmgmt.module, line 343
Main module file for the Translation Management module.

Code

function tmgmt_job_load_multiple(array $tjids = array(), $conditions = array()) {
  return entity_load('tmgmt_job', $tjids, $conditions);
}