You are here

function template_preprocess_group_settings_help in Open Social 8.7

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
  2. 8.6 modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
  3. 8.8 modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
  4. 10.3.x modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
  5. 10.0.x modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
  6. 10.1.x modules/social_features/social_group/social_group.module \template_preprocess_group_settings_help()
  7. 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 68
The Social group module.

Code

function template_preprocess_group_settings_help(array &$variables) {
}