You are here

function node_example_install in Examples for Developers 6

Implementation of hook_install().

File

node_example/node_example.install, line 11
Node example module's install and uninstall code.

Code

function node_example_install() {
  drupal_install_schema('node_example');
}