function trigger_user_logout

Implements hook_user_logout().

File

modules/trigger/trigger.module, line 500

Code

function trigger_user_logout($account) {
    $edit = array();
    _trigger_user('user_logout', $edit, $account);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.