You are here

function push_notifications_install in Push Notifications 8

Same name and namespace in other branches
  1. 7 push_notifications.install \push_notifications_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();
}