You are here

public function JanrainUserAddress::getCountry in Janrain Registration 8

File

src/User/JanrainUserAddress.php, line 54

Class

JanrainUserAddress
The user address.

Namespace

Drupal\janrain_capture\User

Code

public function getCountry() : string {
  return $this
    ->get('country');
}