You are here

public function SmsMessageInterface::getSendTime in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getSendTime()
  2. 2.1.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 85

Class

SmsMessageInterface
Interface for SMS message entity.

Namespace

Drupal\sms\Entity

Code

public function getSendTime();