public function SmsMessageInterface::getResult in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::getResult()
- 2.1.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::getResult()
Get the result associated with this SMS message.
Return value
\Drupal\sms\Message\SmsMessageResultInterface|null The result associated with this SMS message, or NULL if there is no result.
2 methods override SmsMessageInterface::getResult()
- SmsMessage::getResult in src/
Message/ SmsMessage.php - Get the result associated with this SMS message.
- SmsMessage::getResult in src/
Entity/ SmsMessage.php - Get the result associated with this SMS message.
File
- src/
Message/ SmsMessageInterface.php, line 152
Class
- SmsMessageInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function getResult();