AccountProxy::isAnonymous

public 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 95

Class

AccountProxy
A proxied implementation of AccountInterface.

Namespace

Drupal\Core\Session

Code

public function isAnonymous() {
  return $this->getAccount()->isAnonymous();
}
doc_Drupal
2016-10-29 08:42:51
Comments
Leave a Comment

Please login to continue.