function template_preprocess_group_settings_help in Open Social 8.9
Same name and namespace in other branches
- 8.6 modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
- 8.7 modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
- 8.8 modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
- 10.3.x modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
- 10.0.x modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
- 10.1.x modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
- 10.2.x modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
Prepares variables for group settings help text templates.
Default template: group-settings-help.html.twig.
Parameters
array $variables: An associative array containing:
- group_type: The group type.
- join_method: The join methods.
- allowed_visibility: The allowed visibilities.
File
- modules/
social_features/ social_group/ social_group.module, line 80 - The Social group module.
Code
function template_preprocess_group_settings_help(array &$variables) {
}