public function SmsMessage::getOptions in SMS Framework 2.1.x
Same name in this branch
- 2.1.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::getOptions()
- 2.1.x src/Entity/SmsMessage.php \Drupal\sms\Entity\SmsMessage::getOptions()
Same name and namespace in other branches
- 8 src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::getOptions()
- 2.x src/Message/SmsMessage.php \Drupal\sms\Message\SmsMessage::getOptions()
Gets the options for building or sending this SMS message.
Return value
array The options for building or sending this SMS message.
Overrides SmsMessageInterface::getOptions
File
- src/
Message/ SmsMessage.php, line 239
Class
- SmsMessage
- Basic implementation of an SMS message.
Namespace
Drupal\sms\MessageCode
public function getOptions() {
return $this->options;
}