You are here

protected property PushNotificationsDispatcher::$tokens in Push Notifications 8

Array of tokens grouped by network.

Type: array $tokens

File

src/PushNotificationsDispatcher.php, line 21
Contains \Drupal\push_notifications\PushNotificationsDispatcher.

Class

PushNotificationsDispatcher
Handles dispatching of messages. This class will send out the message to all networks in the list of tokens.

Namespace

Drupal\push_notifications

Code

protected $tokens = array();