public function SmsMessageInterface::getRecipients in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::getRecipients()
- 2.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::getRecipients()
Gets the list of recipients of this SMS message.
Return value
array The list of recipients of this SMS message.
2 methods override SmsMessageInterface::getRecipients()
- SmsMessage::getRecipients in src/
Message/ SmsMessage.php - Gets the list of recipients of this SMS message.
- SmsMessage::getRecipients in src/
Entity/ SmsMessage.php - Gets the list of recipients of this SMS message.
File
- src/
Message/ SmsMessageInterface.php, line 20
Class
- SmsMessageInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function getRecipients();