You are here

public function PushNotificationsMessageSenderBase::getResults in Push Notifications 8

Getter function for results.

File

src/PushNotificationsMessageSenderBase.php, line 78
Contains \Drupal\push_notifications\PushNotificationsMessageSenderBase.

Class

PushNotificationsMessageSenderBase
Handles sending of alerts.

Namespace

Drupal\push_notifications

Code

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