You are here

function _lingotek_notification_handle_document_deleted in Lingotek Translation 7.7

1 call to _lingotek_notification_handle_document_deleted()
lingotek_notifications in ./lingotek.sync.inc
Registers the site translation notfication callback.

File

./lingotek.sync.inc, line 178
Sync and management

Code

function _lingotek_notification_handle_document_deleted($trans_obj) {
  LingotekSync::disassociateEntitiesUsingEntityId($trans_obj
    ->getId());
  $trans_obj
    ->setTargetsStatus(LingotekSync::STATUS_GONE);
  $trans_obj
    ->setStatus(LingotekSync::STATUS_GONE);
}