You are here

public function EmailConfirmationInterface::getCreatedTime in Email confirmer 8

Gets the email confirmation creation timestamp.

Return value

int Creation timestamp of the email confirmation.

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

File

src/EmailConfirmationInterface.php, line 298

Class

EmailConfirmationInterface
Email confirmation interface.

Namespace

Drupal\email_confirmer

Code

public function getCreatedTime();