You are here

public function GoogleLinkController::__construct in Open Social 8.2

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_google/src/Controller/GoogleLinkController.php \Drupal\social_auth_google\Controller\GoogleLinkController::__construct()
  2. 8 modules/custom/social_auth_google/src/Controller/GoogleLinkController.php \Drupal\social_auth_google\Controller\GoogleLinkController::__construct()
  3. 8.3 modules/custom/social_auth_google/src/Controller/GoogleLinkController.php \Drupal\social_auth_google\Controller\GoogleLinkController::__construct()
  4. 8.4 modules/custom/social_auth_google/src/Controller/GoogleLinkController.php \Drupal\social_auth_google\Controller\GoogleLinkController::__construct()
  5. 8.5 modules/custom/social_auth_google/src/Controller/GoogleLinkController.php \Drupal\social_auth_google\Controller\GoogleLinkController::__construct()
  6. 8.6 modules/custom/social_auth_google/src/Controller/GoogleLinkController.php \Drupal\social_auth_google\Controller\GoogleLinkController::__construct()
  7. 8.7 modules/custom/social_auth_google/src/Controller/GoogleLinkController.php \Drupal\social_auth_google\Controller\GoogleLinkController::__construct()
  8. 8.8 modules/custom/social_auth_google/src/Controller/GoogleLinkController.php \Drupal\social_auth_google\Controller\GoogleLinkController::__construct()

GoogleAuthController constructor.

File

modules/custom/social_auth_google/src/Controller/GoogleLinkController.php, line 26

Class

GoogleLinkController
Class GoogleLinkController.

Namespace

Drupal\social_auth_google\Controller

Code

public function __construct(NetworkManager $network_manager, GoogleAuthManager $auth_manager) {
  $this->networkManager = $network_manager;
  $this->authManager = $auth_manager;
}