You are here

public function Config::getReturnToList in DrupalAuth for SimpleSAMLphp 8

Returns allowed "return to" list.

Return value

string List of allowed return to URLs.

File

src/Config.php, line 76

Class

Config
Config service.

Namespace

Drupal\drupalauth4ssp

Code

public function getReturnToList() {
  return $this->returnToList;
}