You are here

function lingotek_get_node_sync_status in Lingotek Translation 7.2

Gets the Node sync status.

1 call to lingotek_get_node_sync_status()
lingotek_get_node_and_target_sync_status in ./lingotek.sync.inc
Gets the nodes current sync status array.

File

./lingotek.sync.inc, line 20
Content translation management and sync functions.

Code

function lingotek_get_node_sync_status($node_id) {
  return lingotek_lingonode($node_id, 'node_sync_status');
}