You are here

function webform_form_config_translation_edit_form_alter in Webform 8.5

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

Implements hook_form_FORM_ID_alter() for config translation edit form.

File

includes/webform.translation.inc, line 207
Webform module translation hooks.

Code

function webform_form_config_translation_edit_form_alter(&$form, FormStateInterface $form_state) {
  webform_form_config_translation_add_form_alter($form, $form_state, FALSE);
}