You are here

public function PushNotificationsDispatcher::getResults in Push Notifications 8

Getter function for results.

File

src/PushNotificationsDispatcher.php, line 101
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

public function getResults() {
  return $this->results;
}