You are here

protected property PhoneNumberSettings::$purge_verification_phone_number in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/PhoneNumberSettings.php \Drupal\sms\Entity\PhoneNumberSettings::purge_verification_phone_number
  2. 2.1.x src/Entity/PhoneNumberSettings.php \Drupal\sms\Entity\PhoneNumberSettings::purge_verification_phone_number

Whether to remove phone numbers from entities when verifications expire.

Type: bool

File

src/Entity/PhoneNumberSettings.php, line 89

Class

PhoneNumberSettings
Defines storage for an SMS Gateway instance.

Namespace

Drupal\sms\Entity

Code

protected $purge_verification_phone_number = TRUE;