You are here

public function EasyEmailInterface::setCreatedTime in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::setCreatedTime()

Sets the Email creation timestamp.

Parameters

int $timestamp: The Email creation timestamp.

Return value

\Drupal\easy_email\Entity\EasyEmailInterface The called Email entity.

1 method overrides EasyEmailInterface::setCreatedTime()
EasyEmail::setCreatedTime in src/Entity/EasyEmail.php
Sets the Email creation timestamp.

File

src/Entity/EasyEmailInterface.php, line 579

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function setCreatedTime($timestamp);