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

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

Please login to continue.