Closed chriscalip closed 10 years ago
The idea is to have an implemented hook_requirements so that when site admin users go to /admin/reports/status
They can see this modules requirements and if the site has those requirements resolved.
Requirements e.g. site needs openssl, mcrypt, and gettext.
reference: https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_requirements/7 https://github.com/onelogin/php-saml#dependences
It sounds interesting
cool, ill provide a git pull request later on the day.
Thanks for contribute!
The idea is to have an implemented hook_requirements so that when site admin users go to /admin/reports/status
They can see this modules requirements and if the site has those requirements resolved.
Requirements e.g. site needs openssl, mcrypt, and gettext.
reference: https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_requirements/7 https://github.com/onelogin/php-saml#dependences