public function SmsMessageInterface::setSendTime in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::setSendTime()
- 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 98
Class
- SmsMessageInterface
- Interface for SMS message entity.
Namespace
Drupal\sms\EntityCode
public function setSendTime($send_time);