You are here

function login_destination_user_logout in Login Destination 7

Same name and namespace in other branches
  1. 8.2 login_destination.module \login_destination_user_logout()
  2. 8 login_destination.module \login_destination_user_logout()

Implements hook_user_logout().

File

./login_destination.module, line 317
Control where users are directed to, once they login

Code

function login_destination_user_logout($account) {
  login_destination_perform_redirect('logout', _login_destination_get_current('logout'));
}