Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AccountInterface.php

function 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();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal