You are here

public function SocialAuthUserInterface::getFirstName in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x src/User/SocialAuthUserInterface.php \Drupal\social_auth\User\SocialAuthUserInterface::getFirstName()

Gets the user's first name.

Return value

string The user's first name.

1 method overrides SocialAuthUserInterface::getFirstName()
SocialAuthUser::getFirstName in src/User/SocialAuthUser.php
Gets the user's first name.

File

src/User/SocialAuthUserInterface.php, line 16

Class

SocialAuthUserInterface
User data used for authentication with Drupal.

Namespace

Drupal\social_auth\User

Code

public function getFirstName();