function trigger_user_logout

7.x trigger.module trigger_user_logout($account)

Implements hook_user_logout().

File

drupal-7.x/modules/trigger/trigger.module, line 500
Enables functions to be stored and executed at a later time.

Code

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