- Issue created by @johnv
Automatically closed - issue fixed for 2 weeks with no activity.
According to
user_roles() and user_role_names() are deprecated →
:
function user_roles() is @deprecated in drupal:10.2.0 and is removed from drupal:11.0.0.
Use \Drupal\user\Entity\Role::loadMultiple() instead.
function user_role_names() is @deprecated in drupal:10.2.0 and is removed from drupal:11.0.0.
Use \Drupal\user\Entity\Role::loadMultiple() and, if necessary, an inline implementation instead.
Fixed
1.7
Code
Automatically closed - issue fixed for 2 weeks with no activity.