constant PUSH_NOTIFICATIONS_FCM_SERVER_KEY in Push Notifications 7
3 uses of PUSH_NOTIFICATIONS_FCM_SERVER_KEY
- push_notifications_fcm_send_message in ./
push_notifications.module - Send out push notifications through FCM.
- 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 78 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_FCM_SERVER_KEY', variable_get('push_notifications_fcm_server_key', ''));