public function AuthManagerInterface::getUsername in Open Social 8
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getUsername()
- 8.2 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getUsername()
- 8.3 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getUsername()
- 8.4 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getUsername()
- 8.5 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getUsername()
- 8.6 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getUsername()
- 8.7 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getUsername()
- 8.8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getUsername()
Returns user on a social network if it possible.
Return value
string|false The user name on a social network or false.
1 method overrides AuthManagerInterface::getUsername()
- AuthManager::getUsername in modules/
custom/ social_auth_extra/ src/ AuthManager.php - Returns user on a social network if it possible.
File
- modules/
custom/ social_auth_extra/ src/ AuthManagerInterface.php, line 137
Class
- AuthManagerInterface
- Interface AuthManagerInterface.
Namespace
Drupal\social_auth_extraCode
public function getUsername();