You are here

public static function LingotekSync::getNodeStatus in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.4 lib/Drupal/lingotek/LingotekSync.php \LingotekSync::getNodeStatus()

File

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

Class

LingotekSync
A utility class for Lingotek Syncing.

Code

public static function getNodeStatus($node_id) {
  return lingotek_lingonode($node_id, 'node_sync_status');
}