AccountProxy::isAuthenticated

public AccountProxy::isAuthenticated()

Returns TRUE if the account is authenticated.

Return value

bool TRUE if the account is authenticated.

Overrides AccountInterface::isAuthenticated

File

core/lib/Drupal/Core/Session/AccountProxy.php, line 88

Class

AccountProxy
A proxied implementation of AccountInterface.

Namespace

Drupal\Core\Session

Code

1
2
3
public function isAuthenticated() {
  return $this->getAccount()->isAuthenticated();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.