constant PUSH_NOTIFICATIONS_FCM_SERVER_POST_URL in Push Notifications 7
1 use of PUSH_NOTIFICATIONS_FCM_SERVER_POST_URL
- push_notifications_fcm_send_message in ./
push_notifications.module - Send out push notifications through FCM.
File
- ./
push_notifications.module, line 80 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_FCM_SERVER_POST_URL', variable_get('push_notifications_fcm_server_post_url', 'https://fcm.googleapis.com/fcm/send'));