public function AccountInterface::getRoles in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Core/Session/AccountInterface.php \Drupal\Core\Session\AccountInterface::getRoles()
Returns a list of roles.
Parameters
bool $exclude_locked_roles: (optional) If TRUE, locked roles (anonymous/authenticated) are not returned.
Return value
array List of role IDs.
1 method overrides AccountInterface::getRoles()
- Account::getRoles in src/
Session/ Account.php - Returns a list of roles.
File
- lib/
Drupal/ Core/ Session/ AccountInterface.php, line 47 - Contains \Drupal\Core\Session\AccountInterface.
Class
- AccountInterface
- Defines an account interface which represents the current user.
Namespace
Drupal\Core\SessionCode
public function getRoles($exclude_locked_roles = FALSE);