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