You are here

protected property SamlController::$requestStack in SAML Authentication 4.x

Same name and namespace in other branches
  1. 8.3 src/Controller/SamlController.php \Drupal\samlauth\Controller\SamlController::requestStack
  2. 8.2 src/Controller/SamlController.php \Drupal\samlauth\Controller\SamlController::requestStack

The request stack.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

src/Controller/SamlController.php, line 49

Class

SamlController
Returns responses for samlauth module routes.

Namespace

Drupal\samlauth\Controller

Code

protected $requestStack;