You are here

public function AuthManagerInterface::getFirstName in Open Social 8.5

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getFirstName()
  2. 8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getFirstName()
  3. 8.2 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getFirstName()
  4. 8.3 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getFirstName()
  5. 8.4 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getFirstName()
  6. 8.6 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getFirstName()
  7. 8.7 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getFirstName()
  8. 8.8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getFirstName()

Returns first name on a social network if it possible.

Return value

string|null The first name on a social network or null.

4 methods override AuthManagerInterface::getFirstName()
FacebookAuthManager::getFirstName in modules/custom/social_auth_facebook/src/FacebookAuthManager.php
Returns first name on a social network if it possible.
GoogleAuthManager::getFirstName in modules/custom/social_auth_google/src/GoogleAuthManager.php
Returns first name on a social network if it possible.
LinkedInAuthManager::getFirstName in modules/custom/social_auth_linkedin/src/LinkedInAuthManager.php
Returns first name on a social network if it possible.
TwitterAuthManager::getFirstName in modules/custom/social_auth_twitter/src/TwitterAuthManager.php
Returns first name on a social network if it possible.

File

modules/custom/social_auth_extra/src/AuthManagerInterface.php, line 121

Class

AuthManagerInterface
Interface AuthManagerInterface.

Namespace

Drupal\social_auth_extra

Code

public function getFirstName();