function AccountProxy::isAnonymous
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Session/AccountProxy.php \Drupal\Core\Session\AccountProxy::isAnonymous()
- 10 core/lib/Drupal/Core/Session/AccountProxy.php \Drupal\Core\Session\AccountProxy::isAnonymous()
- 11.x core/lib/Drupal/Core/Session/AccountProxy.php \Drupal\Core\Session\AccountProxy::isAnonymous()
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.