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