public function MassContactMessageInterface::getSentTime in Mass Contact 8
Gets the sent time.
Return value
int The time the message was sent.
1 method overrides MassContactMessageInterface::getSentTime()
- MassContactMessage::getSentTime in src/
Entity/ MassContactMessage.php - Gets the sent time.
File
- src/
Entity/ MassContactMessageInterface.php, line 51
Class
- MassContactMessageInterface
- Defines a mass contact message interface.
Namespace
Drupal\mass_contact\EntityCode
public function getSentTime();