I'm loading a user to get his roles, but I only get the role machine name. I found the way to load those roles:
$roles = Role::loadMultiple($user->getRoles());
but now I need to get the labels of those roles.
Thanks.
foreach ($roles as $role) {
$label = $role->label();
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With