- Issue created by @abhinavk
- Issue was unassigned.
- Status changed to Needs review
10 months ago 2:41pm 17 January 2024
We have created a custom module which uses getMembers()
function of Drupal\group\Entity\GroupInterface
class.
When we upgraded this module from 8.x-1.x version to 2.2.x version we encountered following error:
Return type of anonymous function has typehint with deprecated class Drupal\group\GroupMembership:
in group:3.2.0 and is removed from group:4.0.0. Use the static
methods on \Drupal\group\Entity\GroupMembership instead.
Needs review
2.2
Code