You are here

function nodejs_ajax_nodejs_user_channels in Node.js integration 8

Same name and namespace in other branches
  1. 7 nodejs_ajax/nodejs_ajax.module \nodejs_ajax_nodejs_user_channels()

Implements hook_nodejs_user_channels().

File

nodejs_ajax/nodejs_ajax.module, line 13

Code

function nodejs_ajax_nodejs_user_channels($account) {
  return [
    'nodejs_ajax_broadcast',
  ];
}