public function JanrainUserProfile::getHomeAddress in Janrain Registration 8
File
- src/
User/ JanrainUserProfile.php, line 80
Class
- JanrainUserProfile
- The user profile on Janrain.
Namespace
Drupal\janrain_capture\UserCode
public function getHomeAddress() : JanrainUserAddress {
return new JanrainUserAddress($this->data->homeAddress);
}