Same name and namespace in other branches
  1. 6.x developer/globals.php \user

An object representing the user currently visiting the site.

Contains preferences and other account information for logged-in users. When a user is not logged-in, the $user->uid property is set to 0.

File

developer/globals.php, line 85
These are the global variables that Drupal uses.

Code

global $user;