UserSession::$roles
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Session/UserSession.php \Drupal\Core\Session\UserSession::roles
- 10 core/lib/Drupal/Core/Session/UserSession.php \Drupal\Core\Session\UserSession::roles
- 11.x core/lib/Drupal/Core/Session/UserSession.php \Drupal\Core\Session\UserSession::roles
List of the roles this user has.
Defaults to the anonymous role.
Type: array
File
-
core/
lib/ Drupal/ Core/ Session/ UserSession.php, line 27
Class
- UserSession
- An implementation of the user account interface for the global user.
Namespace
Drupal\Core\SessionCode
protected $roles = [
AccountInterface::ANONYMOUS_ROLE,
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.