You are here

public function LegalLanguageSettings::submitForm in Legal 8

Same name and namespace in other branches
  1. 2.0.x src/Form/LegalLanguageSettings.php \Drupal\legal\Form\LegalLanguageSettings::submitForm()

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

src/Form/LegalLanguageSettings.php, line 84

Class

LegalLanguageSettings
Class LegalLanguageSettings.

Namespace

Drupal\legal\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
}