You are here

public static function LingotekSync::setNodeStatus in Lingotek Translation 7.6

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.5 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::setNodeStatus()

File

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

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

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