You are here

public function SmsMessageInterface::getOptions in SMS Framework 8

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

Gets the options for building or sending this SMS message.

Return value

array The options for building or sending this SMS message.

2 methods override SmsMessageInterface::getOptions()
SmsMessage::getOptions in src/Message/SmsMessage.php
Gets the options for building or sending this SMS message.
SmsMessage::getOptions in src/Entity/SmsMessage.php
Gets the options for building or sending this SMS message.

File

src/Message/SmsMessageInterface.php, line 108

Class

SmsMessageInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function getOptions();