public function SmsMessageInterface::getSendTime in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getSendTime()
- 2.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getSendTime()
Get the time to send the SMS message.
Return value
int The timestamp after which the SMS message should be sent.
1 method overrides SmsMessageInterface::getSendTime()
- SmsMessage::getSendTime in src/
Entity/ SmsMessage.php - Get the time to send the SMS message.
File
- src/
Entity/ SmsMessageInterface.php, line 87
Class
- SmsMessageInterface
- Interface for SMS message entity.
Namespace
Drupal\sms\EntityCode
public function getSendTime();