public function SmsEntityPhoneNumber::getRequiresVerification in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Event/SmsEntityPhoneNumber.php \Drupal\sms\Event\SmsEntityPhoneNumber::getRequiresVerification()
- 2.1.x src/Event/SmsEntityPhoneNumber.php \Drupal\sms\Event\SmsEntityPhoneNumber::getRequiresVerification()
Get phone numbers with this verification state.
Return value
bool|null Whether the returned phone numbers must be verified, or NULL to get all phone numbers regardless of status.
File
- src/
Event/ SmsEntityPhoneNumber.php, line 69
Class
- SmsEntityPhoneNumber
- Event fired when resolving phone numbers for an entity.
Namespace
Drupal\sms\EventCode
public function getRequiresVerification() {
return $this->verified;
}