You are here

public function CasServerConfig::getCustomRootCertBundlePath in CAS 8

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

Get custom CA root cert bundle path.

Return value

string The path.

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

File

src/CasServerConfig.php, line 232

Class

CasServerConfig
Class CasServerConfig.

Namespace

Drupal\cas

Code

public function getCustomRootCertBundlePath() {
  return $this->customRootCertBundlePath;
}