You are here

function webform_form_smtp_admin_settings_alter in Webform 8.5

Same name and namespace in other branches
  1. 6.x includes/webform.form_alter.inc \webform_form_smtp_admin_settings_alter()

Implements hook_form_FORM_ID_alter() for SMTP admin settings form.

File

includes/webform.form_alter.inc, line 161
Webform module form alter hooks.

Code

function webform_form_smtp_admin_settings_alter(&$form, FormStateInterface $form_state) {
  $form['#submit'][] = '_webform_form_smtp_admin_settings_submit';
}