You are here

public function SmsMessageInterface::removeRecipient in SMS Framework 8

Same name and namespace in other branches
  1. 2.x 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 51

Class

SmsMessageInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function removeRecipient($recipient);