function shib_auth_theme in Shibboleth Authentication 8.4
Same name and namespace in other branches
- 6.4 shib_auth.module \shib_auth_theme()
- 7.4 shib_auth.module \shib_auth_theme()
Implements hook_theme().
File
- ./
shib_auth.module, line 29 - Contains shib_auth.module.
Code
function shib_auth_theme() {
$theme = [];
return $theme;
}