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