public function CasServerConfig::getHostname in CAS 8
Same name and namespace in other branches
- 2.x src/CasServerConfig.php \Drupal\cas\CasServerConfig::getHostname()
Get hostname.
Return value
string The hostname.
1 call to CasServerConfig::getHostname()
- CasServerConfig::getServerBaseUrl in src/
CasServerConfig.php - Construct the base URL to the CAS server.
File
- src/
CasServerConfig.php, line 152
Class
- CasServerConfig
- Class CasServerConfig.
Namespace
Drupal\casCode
public function getHostname() {
return $this->hostname;
}