You are here

public function SamlController::__construct in SAML Authentication 8

Same name and namespace in other branches
  1. 8.3 src/Controller/SamlController.php \Drupal\samlauth\Controller\SamlController::__construct()
  2. 8.2 src/Controller/SamlController.php \Drupal\samlauth\Controller\SamlController::__construct()
  3. 4.x src/Controller/SamlController.php \Drupal\samlauth\Controller\SamlController::__construct()

Constructor for Drupal\samlauth\Controller\SamlController.

Parameters

\Drupal\samlauth\Controller\SamlService $samlauth_saml:

File

src/Controller/SamlController.php, line 41
Contains Drupal\samlauth\Controller\SamlController.

Class

SamlController
Class SamlController.

Namespace

Drupal\samlauth\Controller

Code

public function __construct(SamlService $saml, SamlUserService $saml_user) {
  $this->saml = $saml;
  $this->saml_user = $saml_user;
}