You are here

namespace Drupal\push_notifications in Push Notifications 8

Classsort descending Location Description
PushNotificationInterface src/PushNotificationInterface.php Provides an interface defining a push_notification entity.
PushNotificationsBroadcasterApns src/PushNotificationsBroadcasterApns.php Broadcasts Android messages.
PushNotificationsBroadcasterGcm src/PushNotificationsBroadcasterGcm.php Broadcasts Android messages.
PushNotificationsBroadcasterInterface src/PushNotificationsBroadcasterInterface.php
PushNotificationsDispatcher src/PushNotificationsDispatcher.php Handles dispatching of messages. This class will send out the message to all networks in the list of tokens.
PushNotificationsMessageSenderAccounts src/PushNotificationsMessageSenderAccounts.php Send a simple message alert to a list of tokens..
PushNotificationsMessageSenderBase src/PushNotificationsMessageSenderBase.php Handles sending of alerts.
PushNotificationsMessageSenderList src/PushNotificationsMessageSenderList.php Send a simple message alert to a list of tokens. Use this if you want to preopulate the list of tokens.
PushNotificationsTokenAccessControlHandler src/PushNotificationsTokenAccessControlHandler.php Defines the access control handler for the push notification token entity type.
PushNotificationsTokenInterface src/PushNotificationsTokenInterface.php Provides an interface defining a token entity.
PushNotificationsTokenQuery src/PushNotificationsTokenQuery.php
PushNotificationsTokenStorageSchema src/PushNotificationsTokenStorageSchema.php Defines the push_notifications_token schema handler.
PushNotificationStorageSchema src/PushNotificationStorageSchema.php Defines the push_notification schema handler.