function nodejs_send_content_channel_message in Node.js integration 7
Same name and namespace in other branches
- 8 nodejs.module \nodejs_send_content_channel_message()
- 6 nodejs.module \nodejs_send_content_channel_message()
Send a content change message to a content channel.
1 call to nodejs_send_content_channel_message()
- nodejs_watchdog_watchdog in nodejs_watchdog/
nodejs_watchdog.module - Implements hook_watchdog().
File
- ./
nodejs.module, line 19
Code
function nodejs_send_content_channel_message($message) {
Nodejs::sendContentTokenMessage($message);
}