You are here

public function SmsDeliveryReportEvent::getReports in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Event/SmsDeliveryReportEvent.php \Drupal\sms\Event\SmsDeliveryReportEvent::getReports()
  2. 2.1.x src/Event/SmsDeliveryReportEvent.php \Drupal\sms\Event\SmsDeliveryReportEvent::getReports()

Get all delivery reports on this event.

Return value

\Drupal\sms\Message\SmsDeliveryReportInterface[] The delivery reports on this event.

File

src/Event/SmsDeliveryReportEvent.php, line 61

Class

SmsDeliveryReportEvent
Handle a received delivery report.

Namespace

Drupal\sms\Event

Code

public function getReports() {
  return $this->reports;
}