You are here

public function SmsMessageInterface::setSendTime in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::setSendTime()
  2. 2.1.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::setSendTime()

Set the time to send the SMS message.

Parameters

int $send_time: The timestamp after which the SMS message should be sent.

Return value

$this Return SMS message for chaining.

1 method overrides SmsMessageInterface::setSendTime()
SmsMessage::setSendTime in src/Entity/SmsMessage.php
Set the time to send the SMS message.

File

src/Entity/SmsMessageInterface.php, line 96

Class

SmsMessageInterface
Interface for SMS message entity.

Namespace

Drupal\sms\Entity

Code

public function setSendTime($send_time);