public function JanrainUserProfile::getEmail in Janrain Registration 8
1 call to JanrainUserProfile::getEmail()
- JanrainUserProfile::getUsername in src/
User/ JanrainUserProfile.php - Returns the name of a user.
File
- src/
User/ JanrainUserProfile.php, line 24
Class
- JanrainUserProfile
- The user profile on Janrain.
Namespace
Drupal\janrain_capture\UserCode
public function getEmail() : string {
return $this->data->email;
}