You are here

function drupalauth4ssp_get_simplesamlphp_library_dir in DrupalAuth for SimpleSAMLphp 7

Returns "installdir" variable.

1 call to drupalauth4ssp_get_simplesamlphp_library_dir()
drupalauth4ssp_include_simplesamlphp_library in ./drupalauth4ssp.module
Include simpleSAMLphp library.

File

./drupalauth4ssp.module, line 217
DrupalAuth For simpleSAMLphp module.

Code

function drupalauth4ssp_get_simplesamlphp_library_dir() {
  return variable_get('drupalauth4ssp_installdir', NULL);
}