function nodejs_ajax_nodejs_handlers_info in Node.js integration 8
Same name and namespace in other branches
- 7 nodejs_ajax/nodejs_ajax.module \nodejs_ajax_nodejs_handlers_info()
Implements hook_nodejs_handlers_info().
File
- nodejs_ajax/
nodejs_ajax.module, line 6
Code
function nodejs_ajax_nodejs_handlers_info() {
return [
'nodejs_ajax/nodejs_ajax',
];
}