public AccountProxy::id()
Returns the user ID or 0 for anonymous.
Return value
int The user ID.
Overrides AccountInterface::id
File
- core/lib/Drupal/Core/Session/AccountProxy.php, line 67
Class
- AccountProxy
- A proxied implementation of AccountInterface.
Namespace
Drupal\Core\Session
Code
public function id() { return $this->getAccount()->id(); }
Please login to continue.