You are here

function shib_auth_help in Shibboleth Authentication 8

Same name and namespace in other branches
  1. 8.4 shib_auth.module \shib_auth_help()
  2. 5.3 shib_auth.module \shib_auth_help()
  3. 5.2 shib_auth.module \shib_auth_help()
  4. 6.4 shib_auth.module \shib_auth_help()
  5. 6 shib_auth.module \shib_auth_help()
  6. 6.2 shib_auth.module \shib_auth_help()
  7. 6.3 shib_auth.module \shib_auth_help()
  8. 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.
}