You are here

public function PhoneNumberVerificationInterface::getCreatedTime in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Entity/PhoneNumberVerificationInterface.php \Drupal\sms\Entity\PhoneNumberVerificationInterface::getCreatedTime()
  2. 2.1.x src/Entity/PhoneNumberVerificationInterface.php \Drupal\sms\Entity\PhoneNumberVerificationInterface::getCreatedTime()

Gets the phone number verification creation timestamp.

Return value

int Creation timestamp of the phone number verification.

1 method overrides PhoneNumberVerificationInterface::getCreatedTime()
PhoneNumberVerification::getCreatedTime in src/Entity/PhoneNumberVerification.php
Gets the phone number verification creation timestamp.

File

src/Entity/PhoneNumberVerificationInterface.php, line 21

Class

PhoneNumberVerificationInterface
Interface for phone number verification entity.

Namespace

Drupal\sms\Entity

Code

public function getCreatedTime();