AccountInterface::getRoles

public AccountInterface::getRoles($exclude_locked_roles = FALSE)

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.

File

core/lib/Drupal/Core/Session/AccountInterface.php, line 42

Class

AccountInterface
Defines an account interface which represents the current user.

Namespace

Drupal\Core\Session

Code

1
public function getRoles($exclude_locked_roles = FALSE);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.