You are here

public function Nodejs::setUserPresenceList in Node.js integration 8

File

src/Nodejs.php, line 109

Class

Nodejs

Namespace

Drupal\nodejs

Code

public function setUserPresenceList($uid, array $uids) {
  return $this
    ->httpRequest("nodejs/user/presence-list/{$uid}/" . implode(',', $uids));
}