You are here

function notifications_install in Notifications 6.4

Same name and namespace in other branches
  1. 5 notifications.install \notifications_install()
  2. 6 notifications.install \notifications_install()
  3. 6.2 notifications.install \notifications_install()
  4. 6.3 notifications.install \notifications_install()

Implementation of hook_install().

File

./notifications.install, line 241

Code

function notifications_install() {
  drupal_install_schema('notifications');
}