You are here

public function SmsMessageInterface::getRecipients in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::getRecipients()
  2. 2.1.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 18

Class

SmsMessageInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function getRecipients();