- Issue created by @Drupal Entity
With updates in Social 13.x there is an error at home when checking groups permissions.
Visit home page with an authenticated but non admin or special role. This error is shown:
Error: Class "Drupal\group\Entity\GroupContent" not found in Drupal\social_group_types\EntityAccessHelper::nodeAccessCheck() (line 69 of /html/modules/contrib/social_group_types/src/EntityAccessHelper.php).
getEntityAccessResult is called from hook social_group_types_node_access in social_group_types.module. By removing that hook the problem dissappears.
Active
1.0
Code