You are here

public function Config::getBasePath in DrupalAuth for SimpleSAMLphp 8

Returns base path.

Return value

string Base path.

File

src/Config.php, line 96

Class

Config
Config service.

Namespace

Drupal\drupalauth4ssp

Code

public function getBasePath() {
  return $this->basePath;
}