public function CasPreValidateServerConfigEvent::getCasServerConfig in CAS 8
Same name and namespace in other branches
- 2.x src/Event/CasPreValidateServerConfigEvent.php \Drupal\cas\Event\CasPreValidateServerConfigEvent::getCasServerConfig()
File
- src/
Event/ CasPreValidateServerConfigEvent.php, line 36
Class
- CasPreValidateServerConfigEvent
- Class CasPreValidateServerConfigEvent.
Namespace
Drupal\cas\EventCode
public function getCasServerConfig() {
return $this->casServerConfig;
}