You are here

public function CasPreValidateServerConfigEvent::getCasServerConfig in CAS 8

Same name and namespace in other branches
  1. 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\Event

Code

public function getCasServerConfig() {
  return $this->casServerConfig;
}