You are here

public function JanrainUserProfile::getPhoneWorkNumber in Janrain Registration 8

File

src/User/JanrainUserProfile.php, line 52

Class

JanrainUserProfile
The user profile on Janrain.

Namespace

Drupal\janrain_capture\User

Code

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