public function TranslationForm::submitForm in Localization client 8
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::submitForm
File
- l10n_client_ui/
src/ Form/ TranslationForm.php, line 70
Class
- TranslationForm
- Settings form for the localization client user interface module.
Namespace
Drupal\l10n_client_ui\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
parent::submitForm($form, $form_state);
}