AccountProxy::id

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();
}
doc_Drupal
2016-10-29 08:42:50
Comments
Leave a Comment

Please login to continue.