public function Nodejs::checkChannel in Node.js integration 8
File
- src/
Nodejs.php, line 174
Class
Namespace
Drupal\nodejsCode
public function checkChannel($channel) {
return $this
->httpRequest("nodejs/channel/check/{$channel}");
}
public function checkChannel($channel) {
return $this
->httpRequest("nodejs/channel/check/{$channel}");
}