function shib_auth_help in Shibboleth Authentication 8
Same name and namespace in other branches
- 8.4 shib_auth.module \shib_auth_help()
- 5.3 shib_auth.module \shib_auth_help()
- 5.2 shib_auth.module \shib_auth_help()
- 6.4 shib_auth.module \shib_auth_help()
- 6 shib_auth.module \shib_auth_help()
- 6.2 shib_auth.module \shib_auth_help()
- 6.3 shib_auth.module \shib_auth_help()
- 7.4 shib_auth.module \shib_auth_help()
Implements hook_help().
File
- ./
shib_auth.module, line 17 - Contains shib_auth.module.
Code
function shib_auth_help($route_name, RouteMatchInterface $route_match) {
// @todo - add help.
}