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