user_logout
Functions that call user_logout()
| Name | Location | Description |
|---|---|---|
| user_logout | modules/user/user.pages.inc | Menu callback; logs the current user out, and redirects to the home page. |
| _menu_site_is_offline | includes/menu.inc | Checks whether the site is off-line for maintenance. |
Functions called by user_logout()
| Name | Location | Description |
|---|---|---|
| drupal_anonymous_user | includes/bootstrap.inc | Generates a default anonymous $user object. |
| drupal_goto | includes/common.inc | Send the user to a different Drupal page. |
| module_invoke_all | includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| user_logout | modules/user/user.pages.inc | Menu callback; logs the current user out, and redirects to the home page. |
| watchdog | includes/bootstrap.inc | Log a system message. |
