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