You are here

public function PhoneNumberSettingsInterface::getVerificationCodeLifetime in SMS Framework 2.x

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

Gets the number of seconds before phone number verifications expire.

Return value

int Number of seconds before phone number verifications expire.

1 method overrides PhoneNumberSettingsInterface::getVerificationCodeLifetime()
PhoneNumberSettings::getVerificationCodeLifetime in src/Entity/PhoneNumberSettings.php
Gets the number of seconds before phone number verifications expire.

File

src/Entity/PhoneNumberSettingsInterface.php, line 77

Class

PhoneNumberSettingsInterface
Interface for SMS Gateway configuration entity.

Namespace

Drupal\sms\Entity

Code

public function getVerificationCodeLifetime();