global $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

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

Code

global $user;