You are here

protected property ServiceController::$requestStack in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Controller/ServiceController.php \Drupal\cas\Controller\ServiceController::requestStack

Used to retrieve request parameters.

Type: \Symfony\Component\HttpFoundation\RequestStack

File

src/Controller/ServiceController.php, line 69

Class

ServiceController
Controller used when redirect back from CAS authentication.

Namespace

Drupal\cas\Controller

Code

protected $requestStack;