public static function LingotekSync::deleteTargetStatus in Lingotek Translation 7.7
2 calls to LingotekSync::deleteTargetStatus()
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);
}