You are here

public function PushNotificationsMessageSenderBase::__construct in Push Notifications 8

Constructor.

2 methods override PushNotificationsMessageSenderBase::__construct()
PushNotificationsMessageSenderAccounts::__construct in src/PushNotificationsMessageSenderAccounts.php
Constructor.
PushNotificationsMessageSenderList::__construct in src/PushNotificationsMessageSenderList.php
Constructor.

File

src/PushNotificationsMessageSenderBase.php, line 50
Contains \Drupal\push_notifications\PushNotificationsMessageSenderBase.

Class

PushNotificationsMessageSenderBase
Handles sending of alerts.

Namespace

Drupal\push_notifications

Code

public function __construct() {
}