You are here

function nodejs_ajax_nodejs_handlers_info in Node.js integration 7

Same name and namespace in other branches
  1. 8 nodejs_ajax/nodejs_ajax.module \nodejs_ajax_nodejs_handlers_info()

Implements hook_nodejs_handlers_info().

File

nodejs_ajax/nodejs_ajax.module, line 13

Code

function nodejs_ajax_nodejs_handlers_info() {
  return array(
    drupal_get_path('module', 'nodejs_ajax') . '/nodejs_ajax.js',
  );
}