You are here

service cas.validator in CAS 8

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

Class

Drupal\cas\Service\CasValidator
1 string reference to cas.validator
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\CasValidator
  2. arguments:
  3. - '@http_client'
  4. - '@cas.helper'
  5. - '@config.factory'
  6. - '@url_generator.non_bubbling'
  7. - '@event_dispatcher'