function nodejs_ajax_nodejs_user_channels in Node.js integration 7
Same name and namespace in other branches
- 8 nodejs_ajax/nodejs_ajax.module \nodejs_ajax_nodejs_user_channels()
Implements hook_nodejs_user_channels().
File
- nodejs_ajax/
nodejs_ajax.module, line 22
Code
function nodejs_ajax_nodejs_user_channels($account) {
return array(
'nodejs_ajax_broadcast',
);
}