function uuid_install in Universally Unique IDentifier 6
Same name and namespace in other branches
- 5 uuid.install \uuid_install()
- 7 uuid.install \uuid_install()
Implementation of hook_install().
File
- ./
uuid.install, line 19 - Install, update and uninstall functions for the uuid module.
Code
function uuid_install() {
// Create tables.
drupal_install_schema('uuid');
}