public function AuthManagerInterface::getRedirectUrl in Open Social 8.5
Same name and namespace in other branches
- 8.9 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
- 8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
- 8.2 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
- 8.3 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
- 8.4 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
- 8.6 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
- 8.7 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
- 8.8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
Returns URL to authorize/registration depending on type.
Parameters
string $type: Type of action. "login" or "register".
Return value
\Drupal\Core\GeneratedUrl|string A generated URL or a string containing an URL.
1 method overrides AuthManagerInterface::getRedirectUrl()
- AuthManager::getRedirectUrl in modules/
custom/ social_auth_extra/ src/ AuthManager.php - Returns URL to authorize/registration depending on type.
File
- modules/
custom/ social_auth_extra/ src/ AuthManagerInterface.php, line 67
Class
- AuthManagerInterface
- Interface AuthManagerInterface.
Namespace
Drupal\social_auth_extraCode
public function getRedirectUrl($type);