acl_user_group

Model for ACL user-group helper values in mod_acl_user_groups, including collaboration-group settings and category usage checks.

Available Model API Paths

MethodPath patternDescription
get/has_collaboration_groups/...Return whether collaboration groups are configured and available in the current ACL setup (acl_user_groups_checks:has_collab_groups/1).
get/is_used/+cat/...Return whether ACL user group +cat (or any of its child groups) is referenced by a hasusergroup edge.
get/collab_group_update/...Return module config mod_acl_user_groups.collab_group_update (collaboration-group update policy).
get/collab_group_link/...Return module config mod_acl_user_groups.collab_group_link (collaboration-group link behavior).

/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.

Edit on GitHub