You are here

public static function LingotekSync::setNodeStatus in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.3 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::setNodeStatus()
  2. 7.4 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::setNodeStatus()
  3. 7.6 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::setNodeStatus()

File

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

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function setNodeStatus($node_id, $status) {
  return lingotek_keystore('node', $node_id, 'node_sync_status', $status);
}