You are here

public function SocialAuthUserInterface::getName in Social Auth 8.2

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

Gets the user's name.

Return value

string The user's name.

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

File

src/User/SocialAuthUserInterface.php, line 48

Class

SocialAuthUserInterface
User data used for authentication with Drupal.

Namespace

Drupal\social_auth\User

Code

public function getName();