You are here

push_notifications.install in Push Notifications 8

Same filename and directory in other branches
  1. 7 push_notifications.install

Install files for Push Notifications module.

File

push_notifications.install
View 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