public function JanrainUserAddress::getPostalCode in Janrain Registration 8
File
- src/
User/ JanrainUserAddress.php, line 47
Class
- JanrainUserAddress
- The user address.
Namespace
Drupal\janrain_capture\UserCode
public function getPostalCode() : string {
return $this
->get('postalCode');
}