public function PhoneNumberSettingsInterface::getVerificationCodeLifetime in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::getVerificationCodeLifetime()
- 2.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\EntityCode
public function getVerificationCodeLifetime();