public function PushNotificationsDispatcher::setMessage in Push Notifications 8
Setter method for message.
Parameters
mixed $message:
File
- src/
PushNotificationsDispatcher.php, line 94 - 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_notificationsCode
public function setMessage($message) {
$this->message = $message;
}