public function SmsMessageInterface::getCreatedTime in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getCreatedTime()
- 2.1.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getCreatedTime()
Get the creation timestamp of the SMS message.
Return value
int Creation timestamp of the SMS message.
1 method overrides SmsMessageInterface::getCreatedTime()
- SmsMessage::getCreatedTime in src/
Entity/ SmsMessage.php - Get the creation timestamp of the SMS message.
File
- src/
Entity/ SmsMessageInterface.php, line 77
Class
- SmsMessageInterface
- Interface for SMS message entity.
Namespace
Drupal\sms\EntityCode
public function getCreatedTime();