public function SmsMessageInterface::removeRecipients in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::removeRecipients()
- 2.1.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::removeRecipients()
Removes multiple recipients from the SMS message.
Parameters
array $recipients: An array of recipients to remove.
Return value
$this The called SMS message object.
2 methods override SmsMessageInterface::removeRecipients()
- SmsMessage::removeRecipients in src/
Message/ SmsMessage.php - Removes multiple recipients from the SMS message.
- SmsMessage::removeRecipients in src/
Entity/ SmsMessage.php - Removes multiple recipients from the SMS message.
File
- src/
Message/ SmsMessageInterface.php, line 62
Class
- SmsMessageInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function removeRecipients(array $recipients);