function AccountInterface::id

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Session/AccountInterface.php \Drupal\Core\Session\AccountInterface::id()
  2. 10 core/lib/Drupal/Core/Session/AccountInterface.php \Drupal\Core\Session\AccountInterface::id()
  3. 11.x core/lib/Drupal/Core/Session/AccountInterface.php \Drupal\Core\Session\AccountInterface::id()

Returns the user ID or 0 for anonymous.

Return value

int The user ID.

2 methods override AccountInterface::id()
AccountProxy::id in core/lib/Drupal/Core/Session/AccountProxy.php
Returns the user ID or 0 for anonymous.
UserSession::id in core/lib/Drupal/Core/Session/UserSession.php
Returns the user ID or 0 for anonymous.

File

core/lib/Drupal/Core/Session/AccountInterface.php, line 31

Class

AccountInterface
Defines an account interface which represents the current user.

Namespace

Drupal\Core\Session

Code

public function id();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.