You are here

function lingotek_batch_reset_content_worker in Lingotek Translation 7.3

1 string reference to 'lingotek_batch_reset_content_worker'
lingotek_batch_reset_content in ./lingotek.batch.inc
Batch Create: Lingotek Reset Content

File

./lingotek.batch.inc, line 331
Central location for batch create functions, before control is handed off to individual batch command files.

Code

function lingotek_batch_reset_content_worker($api, $doc_id) {
  return $api
    ->removeDocument($doc_id);
}