public function AccountInterface::id

Returns the user ID or 0 for anonymous.

Return value

int The user ID.

1 method overrides AccountInterface::id()
UserSession::id in drupal/core/lib/Drupal/Core/Session/UserSession.php
Returns the user ID or 0 for anonymous.

File

drupal/core/lib/Drupal/Core/Session/AccountInterface.php, line 24
Contains \Drupal\Core\Session\AccountInterface.

Class

AccountInterface
Defines an account interface which represents the current user.

Namespace

Drupal\Core\Session

Code

public function id();