You are here

public function AuthManagerInterface::getRedirectUrl in Open Social 8.3

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
  2. 8 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
  3. 8.2 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
  4. 8.4 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
  5. 8.5 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
  6. 8.6 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
  7. 8.7 modules/custom/social_auth_extra/src/AuthManagerInterface.php \Drupal\social_auth_extra\AuthManagerInterface::getRedirectUrl()
  8. 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_extra

Code

public function getRedirectUrl($type);