public function SmsMessageInterface::getProcessedTime in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getProcessedTime()
- 2.1.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getProcessedTime()
The time the SMS message was processed.
This value does not indicate whether the message was sent, only that the gateway accepted the request.
Return value
int|null The timestamp when SMS message was processed, or NULL if not processed.
1 method overrides SmsMessageInterface::getProcessedTime()
- SmsMessage::getProcessedTime in src/
Entity/ SmsMessage.php - The time the SMS message was processed.
File
- src/
Entity/ SmsMessageInterface.php, line 109
Class
- SmsMessageInterface
- Interface for SMS message entity.
Namespace
Drupal\sms\EntityCode
public function getProcessedTime();