public function JanrainUserProfile::getPhoneMobileNumber in Janrain Registration 8
File
- src/
User/ JanrainUserProfile.php, line 45
Class
- JanrainUserProfile
- The user profile on Janrain.
Namespace
Drupal\janrain_capture\UserCode
public function getPhoneMobileNumber() : string {
return $this
->getPhoneNumber('mobile');
}