You are here

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

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

Used to generate redirect URLs.

Type: \Drupal\Core\Routing\UrlGeneratorInterface

File

src/Controller/ServiceController.php, line 76

Class

ServiceController
Controller used when redirect back from CAS authentication.

Namespace

Drupal\cas\Controller

Code

protected $urlGenerator;