You are here

function social_auth_extra_form_user_admin_settings_submit in Open Social 8.4

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_extra/social_auth_extra.module \social_auth_extra_form_user_admin_settings_submit()
  2. 8 modules/custom/social_auth_extra/social_auth_extra.module \social_auth_extra_form_user_admin_settings_submit()
  3. 8.2 modules/custom/social_auth_extra/social_auth_extra.module \social_auth_extra_form_user_admin_settings_submit()
  4. 8.3 modules/custom/social_auth_extra/social_auth_extra.module \social_auth_extra_form_user_admin_settings_submit()
  5. 8.5 modules/custom/social_auth_extra/social_auth_extra.module \social_auth_extra_form_user_admin_settings_submit()
  6. 8.6 modules/custom/social_auth_extra/social_auth_extra.module \social_auth_extra_form_user_admin_settings_submit()
  7. 8.7 modules/custom/social_auth_extra/social_auth_extra.module \social_auth_extra_form_user_admin_settings_submit()
  8. 8.8 modules/custom/social_auth_extra/social_auth_extra.module \social_auth_extra_form_user_admin_settings_submit()

Custom submit function for user_admin_settings().

1 string reference to 'social_auth_extra_form_user_admin_settings_submit'
social_auth_extra_form_user_admin_settings_alter in modules/custom/social_auth_extra/social_auth_extra.module
Implements hook_form_FORM_ID_alter() for user_admin_settings().

File

modules/custom/social_auth_extra/social_auth_extra.module, line 411
Contains social_auth_extra.module.

Code

function social_auth_extra_form_user_admin_settings_submit($form, FormStateInterface $form_state) {
  _social_auth_extra_email_config_submit($form, $form_state);
  _social_auth_extra_help_text_config_submit($form, $form_state);
}