You are here

public static function LingotekSync::deleteTargetStatus in Lingotek Translation 7.7

2 calls to LingotekSync::deleteTargetStatus()
lingotek_delete_menu_link_translations in ./lingotek.util.inc
lingotek_remove_target_locales in ./lingotek.batch.inc

File

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

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function deleteTargetStatus($entity_type, $entity_id, $lingotek_locale) {
  $key = 'target_sync_status_' . $lingotek_locale;
  return lingotek_keystore_delete($entity_type, $entity_id, $key);
}