function nodejs_watchdog_nodejs_handlers_info in Node.js integration 7
Implements hook_nodejs_handlers_info().
File
- nodejs_watchdog/
nodejs_watchdog.module, line 118
Code
function nodejs_watchdog_nodejs_handlers_info() {
return array(
drupal_get_path('module', 'nodejs_watchdog') . '/nodejs.watchdog.js',
);
}