You are here

function nodejs_install in Node.js integration 6

Implements hook_install().

File

./nodejs.install, line 60
Install, update and uninstall functions for the nodejs module.

Code

function nodejs_install() {
  drupal_install_schema('nodejs');
}