You are here

public function EasyEmailInterface::getSentTime in Easy Email 8

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

Code

public function getSentTime();