You are here

public function JanrainUserProfile::getPhoneFaxNumber in Janrain Registration 8

File

src/User/JanrainUserProfile.php, line 66

Class

JanrainUserProfile
The user profile on Janrain.

Namespace

Drupal\janrain_capture\User

Code

public function getPhoneFaxNumber() : string {
  return $this
    ->getPhoneNumber('fax');
}