public static function LingotekSync::deleteLastSyncError in Lingotek Translation 7.7
1 call to LingotekSync::deleteLastSyncError()
File
- lib/
Drupal/ lingotek/ LingotekSync.php, line 1331 - LingotekSync
Class
- LingotekSync
- A utility class for Lingotek Syncing.
Code
public static function deleteLastSyncError($entity_type, $entity_id) {
lingotek_keystore_delete($entity_type, $entity_id, 'last_sync_error');
}