You are here

function notifications_install in Notifications 6.2

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

Implementation of hook_install().

File

./notifications.install, line 216

Code

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