You are here

public function CasPreValidateServerConfigEvent::getCasServerConfig in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Event/CasPreValidateServerConfigEvent.php \Drupal\cas\Event\CasPreValidateServerConfigEvent::getCasServerConfig()

Returns the CAS server config.

Return value

\Drupal\cas\CasServerConfig The CAS server config.

File

src/Event/CasPreValidateServerConfigEvent.php, line 41

Class

CasPreValidateServerConfigEvent
Class CasPreValidateServerConfigEvent.

Namespace

Drupal\cas\Event

Code

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