public function AuthManagerInterface::getLastName in Open Social 8.6
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getLastName()
- 8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getLastName()
- 8.2 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getLastName()
- 8.3 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getLastName()
- 8.4 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getLastName()
- 8.5 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getLastName()
- 8.7 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getLastName()
- 8.8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getLastName()
Returns last name on a social network if it possible.
Return value
string|null The last name on a social network or null.
4 methods override AuthManagerInterface::getLastName()
- FacebookAuthManager::getLastName in modules/
custom/ social_auth_facebook/ src/ FacebookAuthManager.php - Returns last name on a social network if it possible.
- GoogleAuthManager::getLastName in modules/
custom/ social_auth_google/ src/ GoogleAuthManager.php - Returns last name on a social network if it possible.
- LinkedInAuthManager::getLastName in modules/
custom/ social_auth_linkedin/ src/ LinkedInAuthManager.php - Returns last name on a social network if it possible.
- TwitterAuthManager::getLastName in modules/
custom/ social_auth_twitter/ src/ TwitterAuthManager.php - Returns last name on a social network if it possible.
File
- modules/
custom/ social_auth_extra/ src/ AuthManagerInterface.php, line 129
Class
- AuthManagerInterface
- Interface AuthManagerInterface.
Namespace
Drupal\social_auth_extraCode
public function getLastName();