function r4032login_theme in Redirect 403 to User Login 8
Same name and namespace in other branches
- 6 r4032login.module \r4032login_theme()
- 7 r4032login.module \r4032login_theme()
- 2.x r4032login.module \r4032login_theme()
Implements hook_theme().
File
- ./
r4032login.module, line 187 - Redirect denied pages to the user login form.
Code
function r4032login_theme() {
return [
'r4032login_denied' => [
'variables' => [],
],
];
}