Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module exposes the roles table as a base table for views. (Views 3, Drupal 7)

It was created because we needed it for a specific use in project, but there might be other uses.

Our usecase was listing all roles, with all the users underneath it that have that role. You can't just use group by on the role to accomplish this in views because of users with multiple roles. The end result is like a who-is-who based on role.
This was easy to accomplish with this module and Views Field View.

After installing, the fields "Role ID, Role Name and Role Weight" will be available in the Role group in views. Simple as that

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by rv0 on , updated