You are here

service cas.logout in CAS 8

Same name and namespace in other branches
  1. 2.x cas.services.yml \cas.logout

Class

Drupal\cas\Service\CasLogout
2 string references to cas.logout
CasSubscriber::isIgnoreableRoute in src/Subscriber/CasSubscriber.php
Checks current request route against a list of routes we want to ignore.
ServiceController::create in src/Controller/ServiceController.php
Instantiates a new instance of this class.

File

./cas.services.yml
cas.services.yml

View source
  1. class: Drupal\cas\Service\CasLogout
  2. arguments:
  3. - '@cas.helper'
  4. - '@database'
  5. - '@config.factory'