function tmgmt_local_task_item_load in Translation Management Tool 7
Loads a local translation task items entity.
Return value
2 calls to tmgmt_local_task_item_load()
- TMGMTLocalTestCase::testBasicWorkflow in translators/
tmgmt_local/ tmgmt_local.test - Test the basic translation workflow
- tmgmt_local_tmgmt_job_item_update in translators/
tmgmt_local/ tmgmt_local.module - Implements hook_tmgmt_job_item_update().
File
- translators/
tmgmt_local/ tmgmt_local.module, line 349 - Main module file for the local translation module.
Code
function tmgmt_local_task_item_load($tltiid) {
return entity_load_single('tmgmt_local_task_item', $tltiid);
}