public function JanrainUserProfile::getCountry in Janrain Registration 8
File
- src/
User/ JanrainUserProfile.php, line 142
Class
- JanrainUserProfile
- The user profile on Janrain.
Namespace
Drupal\janrain_capture\UserCode
public function getCountry() : string {
return $this->data->residency->country ?? '';
}