public function SmsDeliveryReportInterface::getMessageId in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getMessageId()
- 2.1.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getMessageId()
Gets the gateway tracking ID for the message.
Return value
string|null The gateway tracking ID for the message, or NULL if there is no tracking ID.
2 methods override SmsDeliveryReportInterface::getMessageId()
- SmsDeliveryReport::getMessageId in src/
Message/ SmsDeliveryReport.php - Gets the gateway tracking ID for the message.
- SmsDeliveryReport::getMessageId in src/
Entity/ SmsDeliveryReport.php - Gets the gateway tracking ID for the message.
File
- src/
Message/ SmsDeliveryReportInterface.php, line 17
Class
- SmsDeliveryReportInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function getMessageId();