public function CasServerConfig::getCustomRootCertBundlePath in CAS 8
Same name and namespace in other branches
- 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\casCode
public function getCustomRootCertBundlePath() {
return $this->customRootCertBundlePath;
}