You are here

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

File

src/Nodejs.php, line 174

Class

Nodejs

Namespace

Drupal\nodejs

Code

public function checkChannel($channel) {
  return $this
    ->httpRequest("nodejs/channel/check/{$channel}");
}