You are here

public function CasServerConfig::getPath in CAS 2.x

Same name and namespace in other branches
  1. 8 src/CasServerConfig.php \Drupal\cas\CasServerConfig::getPath()

Get path.

Return value

string The path.

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

File

src/CasServerConfig.php, line 192

Class

CasServerConfig
Class CasServerConfig.

Namespace

Drupal\cas

Code

public function getPath() {
  return $this->path;
}