You are here

protected property PushNotificationsMessageSenderList::$tokens in Push Notifications 8

Recipient tokens.

Type: array $tokens

Overrides PushNotificationsMessageSenderBase::$tokens

File

src/PushNotificationsMessageSenderList.php, line 20
Contains \Drupal\push_notifications\PushNotificationsMessageSenderList.

Class

PushNotificationsMessageSenderList
Send a simple message alert to a list of tokens. Use this if you want to preopulate the list of tokens.

Namespace

Drupal\push_notifications

Code

protected $tokens;