public function SmsDeliveryReportInterface::setRecipient in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::setRecipient()
- 2.1.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::setRecipient()
Sets the recipient for the message.
Parameters
string $recipient: The recipient for the message.
Return value
$this Returns this report object for chaining.
2 methods override SmsDeliveryReportInterface::setRecipient()
- SmsDeliveryReport::setRecipient in src/
Message/ SmsDeliveryReport.php - Sets the recipient for the message.
- SmsDeliveryReport::setRecipient in src/
Entity/ SmsDeliveryReport.php - Sets the recipient for the message.
File
- src/
Message/ SmsDeliveryReportInterface.php, line 48
Class
- SmsDeliveryReportInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function setRecipient($recipient);