public function Nodejs::removeChannel in Node.js integration 8
File
- src/
Nodejs.php, line 178
Class
Namespace
Drupal\nodejsCode
public function removeChannel($channel) {
$options = [
'method' => 'POST',
];
return $this
->httpRequest("nodejs/channel/remove/{$channel}", $options);
}