function drupalauth4ssp_get_simplesamlphp_authsource in DrupalAuth for SimpleSAMLphp 7
Returns "drupalauth4ssp_authsource" variable.
1 call to drupalauth4ssp_get_simplesamlphp_authsource()
- _drupalauth4ssp_get_simplesamlphp_config in ./
drupalauth4ssp.module - Returns the SimpleSAMLphp configuration.
File
- ./
drupalauth4ssp.module, line 224 - DrupalAuth For simpleSAMLphp module.
Code
function drupalauth4ssp_get_simplesamlphp_authsource() {
return variable_get('drupalauth4ssp_authsource', NULL);
}