function PushNotificationsBroadcasterInterface::sendBroadcast in Push Notifications 8
Send the broadcast.
2 methods override PushNotificationsBroadcasterInterface::sendBroadcast()
- PushNotificationsBroadcasterApns::sendBroadcast in src/
PushNotificationsBroadcasterApns.php - Send the broadcast message.
- PushNotificationsBroadcasterGcm::sendBroadcast in src/
PushNotificationsBroadcasterGcm.php - Send the broadcast message.
File
- src/
PushNotificationsBroadcasterInterface.php, line 29 - Contains \Drupal\push_notifications\PushNotificationsBroadcasterInterface.
Class
Namespace
Drupal\push_notificationsCode
function sendBroadcast();