PushNotification |
class |
Drupal\push_notifications\Entity |
src/Entity/PushNotification.php |
Defines the push_notification entity. |
|
|
|
PushNotificationDeleteForm |
class |
Drupal\push_notifications\Form |
src/Form/PushNotificationDeleteForm.php |
Provides a form for deleting a push_notification entity. |
|
|
|
PushNotificationForm |
class |
Drupal\push_notifications\Form |
src/Form/PushNotificationForm.php |
Form controller for the push_notification entity edit forms. |
|
|
|
PushNotificationInterface |
interface |
Drupal\push_notifications |
src/PushNotificationInterface.php |
Provides an interface defining a push_notification entity. |
1 |
2 |
|
PushNotificationListBuilder |
class |
Drupal\push_notifications\Entity\Controller |
src/Entity/Controller/PushNotificationListBuilder.php |
Provides a list controller for the push_notification entity. |
|
|
|
PushNotificationsBroadcasterApns |
class |
Drupal\push_notifications |
src/PushNotificationsBroadcasterApns.php |
Broadcasts Android messages. |
|
|
2 |
PushNotificationsBroadcasterGcm |
class |
Drupal\push_notifications |
src/PushNotificationsBroadcasterGcm.php |
Broadcasts Android messages. |
|
|
2 |
PushNotificationsBroadcasterInterface |
interface |
Drupal\push_notifications |
src/PushNotificationsBroadcasterInterface.php |
|
2 |
|
|
PushNotificationsConfigForm |
class |
Drupal\push_notifications\Form |
src/Form/PushNotificationsConfigForm.php |
Class PushNotificationsConfigForm. |
|
|
1 |
PushNotificationsDispatcher |
class |
Drupal\push_notifications |
src/PushNotificationsDispatcher.php |
Handles dispatching of messages.
This class will send out the message to all networks
in the list of tokens. |
|
|
2 |
PushNotificationsMessageSenderAccounts |
class |
Drupal\push_notifications |
src/PushNotificationsMessageSenderAccounts.php |
Send a simple message alert to a list of tokens.. |
|
|
2 |
PushNotificationsMessageSenderBase |
abstract class |
Drupal\push_notifications |
src/PushNotificationsMessageSenderBase.php |
Handles sending of alerts. |
2 |
|
|
PushNotificationsMessageSenderList |
class |
Drupal\push_notifications |
src/PushNotificationsMessageSenderList.php |
Send a simple message alert to a list of tokens.
Use this if you want to preopulate the list of tokens. |
|
|
2 |
PushNotificationsSendMessageForm |
class |
Drupal\push_notifications\Form |
src/Form/PushNotificationsSendMessageForm.php |
Class PushNotificationsSendMessageForm. |
|
|
1 |
PushNotificationsToken |
class |
Drupal\push_notifications\Entity |
src/Entity/PushNotificationsToken.php |
Defines the token entity. |
|
|
|
PushNotificationsTokenAccessControlHandler |
class |
Drupal\push_notifications |
src/PushNotificationsTokenAccessControlHandler.php |
Defines the access control handler for the push notification token entity type. |
|
|
|
PushNotificationsTokenDeleteForm |
class |
Drupal\push_notifications\Form |
src/Form/PushNotificationsTokenDeleteForm.php |
Provides a form for deleting a push_notifications_token entity. |
|
|
|
PushNotificationsTokenInterface |
interface |
Drupal\push_notifications |
src/PushNotificationsTokenInterface.php |
Provides an interface defining a token entity. |
1 |
1 |
|
PushNotificationsTokenLanguageConstraint |
class |
Drupal\push_notifications\Plugin\Validation\Constraint |
src/Plugin/Validation/Constraint/PushNotificationsTokenLanguageConstraint.php |
Validate that the language code passed is valid.. |
|
|
|
PushNotificationsTokenLanguageConstraintValidator |
class |
Drupal\push_notifications\Plugin\Validation\Constraint |
src/Plugin/Validation/Constraint/PushNotificationsTokenLanguageConstraintValidator.php |
Checks if a language code is in the list of accepted language codes. |
|
|
|
PushNotificationsTokenListBuilder |
class |
Drupal\push_notifications\Entity\Controller |
src/Entity/Controller/PushNotificationsTokenListBuilder.php |
Provides a list controller for push_notifications_token entity. |
|
|
|
PushNotificationsTokenQuery |
class |
Drupal\push_notifications |
src/PushNotificationsTokenQuery.php |
|
|
1 |
2 |
PushNotificationsTokenStorageSchema |
class |
Drupal\push_notifications |
src/PushNotificationsTokenStorageSchema.php |
Defines the push_notifications_token schema handler. |
|
|
|
PushNotificationsTokenUniqueConstraint |
class |
Drupal\push_notifications\Plugin\Validation\Constraint |
src/Plugin/Validation/Constraint/PushNotificationsTokenUniqueConstraint.php |
Supports validating the token value of a token entity. |
|
|
|
PushNotificationStorageSchema |
class |
Drupal\push_notifications |
src/PushNotificationStorageSchema.php |
Defines the push_notification schema handler. |
|
|
|