function lingotek_batch_disassociate_content_worker in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.5 lingotek.batch.inc \lingotek_batch_disassociate_content_worker()
- 7.6 lingotek.batch.inc \lingotek_batch_disassociate_content_worker()
1 string reference to 'lingotek_batch_disassociate_content_worker'
- lingotek_batch_disassociate_content in ./
lingotek.batch.inc - Batch Create: Lingotek Disassociate Translations
File
- ./
lingotek.batch.inc, line 342 - Central location for batch create functions, before control is handed off to individual batch command files.
Code
function lingotek_batch_disassociate_content_worker($api, $doc_id) {
return $api
->removeDocument($doc_id);
}