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