function _lingotek_notification_output in Lingotek Translation 7.7
1 call to _lingotek_notification_output()
- lingotek_notifications in ./
lingotek.sync.inc - Registers the site translation notfication callback.
File
- ./
lingotek.sync.inc, line 90 - Sync and management
Code
function _lingotek_notification_output($message) {
return drupal_json_output(array(
"message" => $message,
));
}