You are here

public function SmsDeliveryReportInterface::getSmsMessage in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/SmsDeliveryReportInterface.php \Drupal\sms\Entity\SmsDeliveryReportInterface::getSmsMessage()
  2. 2.1.x src/Entity/SmsDeliveryReportInterface.php \Drupal\sms\Entity\SmsDeliveryReportInterface::getSmsMessage()

Gets the parent SMS message entity.

Return value

\Drupal\sms\Entity\SmsMessageInterface The parent SMS message entity.

1 method overrides SmsDeliveryReportInterface::getSmsMessage()
SmsDeliveryReport::getSmsMessage in src/Entity/SmsDeliveryReport.php
Gets the parent SMS message entity.

File

src/Entity/SmsDeliveryReportInterface.php, line 20

Class

SmsDeliveryReportInterface
Interface for SMS delivery report entity.

Namespace

Drupal\sms\Entity

Code

public function getSmsMessage();