You are here

function user_example_install in Examples for Developers 6

Implementation of hook_install().

Related topics

File

user_example/user_example.install, line 13
Install hooks for the user_example module.

Code

function user_example_install() {
  drupal_install_schema('user_example');
}