You are here

service cas.logout in CAS 2.x

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

Class

Drupal\cas\Service\CasLogout
1 string reference to cas.logout
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'