trigger_user_logout

7 trigger.module trigger_user_logout($account)

Implements hook_user_logout().

File

modules/trigger/trigger.module, line 478
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);
}
Login or register to post comments