You are here

public function CasPreRedirectEvent::getCasServerConfig in CAS 8

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

Get the CAS server config for the server to redirect to.

Return value

\Drupal\cas\CasServerConfig The config, which can be modified.

File

src/Event/CasPreRedirectEvent.php, line 74

Class

CasPreRedirectEvent
Class CasPreRedirectEvent.

Namespace

Drupal\cas\Event

Code

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