You are here

public static function LingotekSync::setLastSyncError in Lingotek Translation 7.7

1 call to LingotekSync::setLastSyncError()
lingotek_save_field_record in ./lingotek.remote.inc

File

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

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function setLastSyncError($entity_type, $entity_id, $error) {
  lingotek_keystore($entity_type, $entity_id, 'last_sync_error', $error);
}