You are here

public function CasServerConfig::getHttpScheme in CAS 8

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

Get HTTP scheme.

Return value

string The HTTP scheme.

1 call to CasServerConfig::getHttpScheme()
CasServerConfig::getServerBaseUrl in src/CasServerConfig.php
Construct the base URL to the CAS server.

File

src/CasServerConfig.php, line 132

Class

CasServerConfig
Class CasServerConfig.

Namespace

Drupal\cas

Code

public function getHttpScheme() {
  return $this->httpScheme;
}