You are here

public function CasServerConfig::getDirectConnectionTimeout in CAS 8

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

Get connection timeout.

Return value

int The timeout.

1 call to CasServerConfig::getDirectConnectionTimeout()
CasServerConfig::getCasServerGuzzleConnectionOptions in src/CasServerConfig.php
Gets config data for guzzle communications with the CAS server.

File

src/CasServerConfig.php, line 252

Class

CasServerConfig
Class CasServerConfig.

Namespace

Drupal\cas

Code

public function getDirectConnectionTimeout() {
  return $this->connectionTimeout;
}