You are here

function push_notifications_install in Push Notifications 7

Same name and namespace in other branches
  1. 8 push_notifications.install \push_notifications_install()

Implements of hook_install().

File

./push_notifications.install, line 11
Install files for Push Notifications module.

Code

function push_notifications_install() {

  // Generate a random ending for APNS certificates once.
  _push_notifications_set_random_certificate_string();
}