public function SmsMessageInterface::getOptions in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::getOptions()
- 2.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 110
Class
- SmsMessageInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function getOptions();