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\drupalauth4sspCode
public function getBasePath() {
return $this->basePath;
}