function _saml_sp__prepare in SAML Service Provider 7.8
Same name and namespace in other branches
- 8.2 saml_sp.module \_saml_sp__prepare()
- 7 saml_sp.module \_saml_sp__prepare()
- 7.2 saml_sp.module \_saml_sp__prepare()
- 7.3 saml_sp.module \_saml_sp__prepare()
Load the required OneLogin SAML-PHP toolkit files.
this function is a holdover from when the module didn't use libraries
1 call to _saml_sp__prepare()
- saml_sp__get_settings in ./
saml_sp.module - Get the SAML settings for an IdP.
File
- ./
saml_sp.module, line 617 - SAML Service Provider
Code
function _saml_sp__prepare() {
libraries_load('php-saml');
}