public function SmsDeliveryReportInterface::getRecipient in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getRecipient()
- 2.1.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getRecipient()
Gets the recipient for the message.
Return value
string The recipient for the message.
2 methods override SmsDeliveryReportInterface::getRecipient()
- SmsDeliveryReport::getRecipient in src/
Message/ SmsDeliveryReport.php - Gets the recipient for the message.
- SmsDeliveryReport::getRecipient in src/
Entity/ SmsDeliveryReport.php - Gets the recipient for the message.
File
- src/
Message/ SmsDeliveryReportInterface.php, line 37
Class
- SmsDeliveryReportInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function getRecipient();