function lingotek_get_target_sync_status in Lingotek Translation 7.2
Gets the Node Target language status.
1 call to lingotek_get_target_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 34 - Content translation management and sync functions.
Code
function lingotek_get_target_sync_status($node_id, $lingotek_locale) {
$key = 'target_sync_status_' . $lingotek_locale;
return lingotek_lingonode($node_id, $key);
}