You are here

public function EmailConfirmationInterface::setCreatedTime in Email confirmer 8

Sets the email confirmation creation timestamp.

Parameters

int $timestamp: The email confirmation creation timestamp.

Return value

\Drupal\email_confirmer\EmailConfirmationInterface The called email confirmation entity.

1 method overrides EmailConfirmationInterface::setCreatedTime()
EmailConfirmation::setCreatedTime in src/Entity/EmailConfirmation.php
Sets the email confirmation creation timestamp.

File

src/EmailConfirmationInterface.php, line 309

Class

EmailConfirmationInterface
Email confirmation interface.

Namespace

Drupal\email_confirmer

Code

public function setCreatedTime($timestamp);