You are here

function tmgmt_local_task_item_load_multiple in Translation Management Tool 7

Loads local translation task items entity.

File

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

Code

function tmgmt_local_task_item_load_multiple(array $tltiids = array(), $conditions = array()) {
  return entity_load('tmgmt_local_task_item', $tltiids, $conditions);
}