You are here

protected property SmsEntityPhoneNumberProcessor::$phoneNumberVerification in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/EventSubscriber/SmsEntityPhoneNumberProcessor.php \Drupal\sms\EventSubscriber\SmsEntityPhoneNumberProcessor::phoneNumberVerification
  2. 2.x src/EventSubscriber/SmsEntityPhoneNumberProcessor.php \Drupal\sms\EventSubscriber\SmsEntityPhoneNumberProcessor::phoneNumberVerification

The phone number verification service.

Type: \Drupal\sms\Provider\PhoneNumberVerificationInterface

File

src/EventSubscriber/SmsEntityPhoneNumberProcessor.php, line 23

Class

SmsEntityPhoneNumberProcessor
Resolve phone numbers for an entity using phone verification system.

Namespace

Drupal\sms\EventSubscriber

Code

protected $phoneNumberVerification;