By ohorbatiuk on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0-ALPHA2
Issue links:
Description:
Join methods can be used for other entity types when using the new plugin type Join and the following new hooks:
hook_social_group_join_info_alter- alter the list of join plugin definitions.hook_social_group_join_method_info- define join methods.hook_social_group_join_method_info_alter- alter the list of join method definitions.hook_social_group_join_method_usage- define entity type bundles that support join methods.hook_social_group_join_method_usage_alter- alter the list of relations between entity type bundles and join methods.
The hook hook_social_group_request_alter is marked as deprecated and the 3rd hook from the list above should be used instead.
Impacts:
Module developers
Themers