You are here

public function SimplesamlphpAuthTestManager::getStorage in simpleSAMLphp Authentication 8.3

Get SimpleSAMLphp storage type.

Return value

string The storage type.

Overrides SimplesamlphpAuthManager::getStorage

File

tests/simplesamlphp_auth_test/src/SimplesamlphpAuthTestManager.php, line 29

Class

SimplesamlphpAuthTestManager
Mock SimplesamlphpAuthManager class for testing purposes.

Namespace

Drupal\simplesamlphp_auth_test

Code

public function getStorage() {
  return 'sql';
}