function UserSession::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/ UserSession.php, line 135
Class
- UserSession
- An implementation of the user account interface for the global user.
Namespace
Drupal\Core\SessionCode
public function isAuthenticated() {
return $this->uid > 0;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.