You are here

public static function Nodejs::healthCheck in Node.js integration 7

2 calls to Nodejs::healthCheck()
Nodejs::getServerVersion in ./nodejs.module
nodejs_requirements in ./nodejs.install
Implements hook_requirements()

File

./nodejs.module, line 884

Class

Nodejs

Code

public static function healthCheck() {
  $data = self::httpRequest('nodejs/health/check', array(), TRUE);
  return $data;
}