You are here

public function EasyEmailInterface::setSentTime in Easy Email 8

Same name and namespace in other branches
  1. 2.0.x 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\Entity

Code

public function setSentTime($timestamp);