You are here

function tmgmt_local_task_load_multiple in Translation Management Tool 7

Loads local translation tasks entity.

File

translators/tmgmt_local/tmgmt_local.module, line 340
Main module file for the local translation module.

Code

function tmgmt_local_task_load_multiple(array $tltids = array(), $conditions = array()) {
  return entity_load('tmgmt_local_task', $tltids, $conditions);
}