You are here

function tmgmt_message_load_multiple in Translation Management Tool 7

Loads translation job messages.

Related topics

1 call to tmgmt_message_load_multiple()
tmgmt_message_load in ./tmgmt.module
Loads a translation job message.

File

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

Code

function tmgmt_message_load_multiple($mids = array(), $conditions = array()) {
  return entity_load('tmgmt_message', $mids, $conditions);
}