constant PUSH_NOTIFICATIONS_GCM_API_KEY in Push Notifications 7
3 uses of PUSH_NOTIFICATIONS_GCM_API_KEY
- push_notifications_gcm_send_message in ./
push_notifications.module - Send out push notifications through GCM.
- push_notifications_mass_push_form in includes/
push_notifications.admin.inc - Form callback for sending a mass-push notification.
- push_notifications_send_alert in ./
push_notifications.module - Handle delivery of simple alert message.
File
- ./
push_notifications.module, line 68 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_GCM_API_KEY', variable_get('push_notifications_gcm_api_key', ''));