public function PushNotificationsMessageSenderList::generateTokens in Push Notifications 8
Tokens don't need to be generated, but function required for abstract base class.
Overrides PushNotificationsMessageSenderBase::generateTokens
File
- src/
PushNotificationsMessageSenderList.php, line 43 - 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_notificationsCode
public function generateTokens() {
}