push_notifications.install in Push Notifications 8
Same filename and directory in other branches
Install files for Push Notifications module.
File
push_notifications.installView source
<?php
/**
* @file
* Install files for Push Notifications module.
*/
/*
* Implements hook_install().
*/
function push_notifications_install() {
// Generate a random ending for APNS certificates once.
push_notifications_set_random_certificate_string();
}
Functions
Name | Description |
---|---|
push_notifications_install |