function AccountProxy::isAnonymous
Returns TRUE if the account is anonymous.
Return value
bool TRUE if the account is anonymous.
Overrides AccountInterface::isAnonymous
File
-
core/
lib/ Drupal/ Core/ Session/ AccountProxy.php, line 118
Class
- AccountProxy
- A proxied implementation of AccountInterface.
Namespace
Drupal\Core\SessionCode
public function isAnonymous() {
return $this->getAccount()
->isAnonymous();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.