function notifications_install in Notifications 6
Same name and namespace in other branches
- 5 notifications.install \notifications_install()
- 6.4 notifications.install \notifications_install()
- 6.2 notifications.install \notifications_install()
- 6.3 notifications.install \notifications_install()
Implementation of hook_install().
File
- ./
notifications.install, line 81
Code
function notifications_install() {
drupal_install_schema('notifications');
}