You are here

function shib_auth_theme in Shibboleth Authentication 8.4

Same name and namespace in other branches
  1. 6.4 shib_auth.module \shib_auth_theme()
  2. 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;
}