You are here

public static function LingotekSync::setUploadStatus in Lingotek Translation 7.7

8 calls to LingotekSync::setUploadStatus()
lingotek_delete_target_nodes in ./lingotek.module
lingotek_entity_save in ./lingotek.module
lingotek_entity_upload in ./lingotek.module
lingotek_entity_upload_triggered in ./lingotek.module
lingotek_get_and_update_target_progress in ./lingotek.sync.inc
Updates the 'target_sync_status_[lang-code]' field for every target in the lingotek table with the overall progress returned by TMS

... See full list

File

lib/Drupal/lingotek/LingotekSync.php, line 156
LingotekSync

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function setUploadStatus($entity_type, $entity_id, $status) {
  return lingotek_keystore($entity_type, $entity_id, 'upload_status', $status);
}