You are here

public function SmsMessageInterface::removeRecipient in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::removeRecipient()
  2. 2.1.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::removeRecipient()

Removes a single recipient from the SMS message.

Parameters

string $recipient: The recipient to remove.

Return value

$this The called SMS message object.

2 methods override SmsMessageInterface::removeRecipient()
SmsMessage::removeRecipient in src/Message/SmsMessage.php
Removes a single recipient from the SMS message.
SmsMessage::removeRecipient in src/Entity/SmsMessage.php
Removes a single recipient from the SMS message.

File

src/Message/SmsMessageInterface.php, line 53

Class

SmsMessageInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function removeRecipient($recipient);