public function SmsDeliveryReportInterface::getTimeQueued in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getTimeQueued()
- 2.1.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getTimeQueued()
Gets the time the message was queued.
Return value
int|null The timestamp when the message was queued, or NULL if unknown.
2 methods override SmsDeliveryReportInterface::getTimeQueued()
- SmsDeliveryReport::getTimeQueued in src/
Message/ SmsDeliveryReport.php - Gets the time the message was queued.
- SmsDeliveryReport::getTimeQueued in src/
Entity/ SmsDeliveryReport.php - Gets the time the message was queued.
File
- src/
Message/ SmsDeliveryReportInterface.php, line 98
Class
- SmsDeliveryReportInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function getTimeQueued();