public function EasyEmailInterface::getSentTime in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getSentTime()
Returns the Email sent timestamp.
Return value
int The integer timestamp of the sent time for the email
1 method overrides EasyEmailInterface::getSentTime()
- EasyEmail::getSentTime in src/
Entity/ EasyEmail.php - Returns the Email sent timestamp.
File
- src/
Entity/ EasyEmailInterface.php, line 595
Class
- EasyEmailInterface
- Provides an interface for defining Email entities.
Namespace
Drupal\easy_email\EntityCode
public function getSentTime();