public function SimpleMegaMenuSettingsForm::submitForm in Simple Mega Menu 8
Same name and namespace in other branches
- 2.0.x src/Form/SimpleMegaMenuSettingsForm.php \Drupal\simple_megamenu\Form\SimpleMegaMenuSettingsForm::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/ SimpleMegaMenuSettingsForm.php, line 35
Class
- SimpleMegaMenuSettingsForm
- Class SimpleMegaMenuSettingsForm.
Namespace
Drupal\simple_megamenu\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Empty implementation of the abstract submit class.
}