You are here

public function JanrainUserProfile::getLastName in Janrain Registration 8

1 call to JanrainUserProfile::getLastName()
JanrainUserProfile::getUsername in src/User/JanrainUserProfile.php
Returns the name of a user.

File

src/User/JanrainUserProfile.php, line 135

Class

JanrainUserProfile
The user profile on Janrain.

Namespace

Drupal\janrain_capture\User

Code

public function getLastName() : string {
  return $this->familyName ?? '';
}