Problem/Motivation

This module is not compatible with Drupal 11.

Proposed resolution

I will provide an issue fork to update the core_version_requirement and replace the user_roles call with the Role::loadMultiple method.

Remaining tasks

Tests and review.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jeremy_p created an issue. See original summary.

nickolaj made their first commit to this issue’s fork.

nickolaj’s picture

Status: Active » Needs review

Updated core_version_requirement to include ^11 and replaced deprecated user_roles() function with Role::loadMultiple() for Drupal 11 compatibility.