public function FlaggingCollectionSettingsForm::submitForm in Flag Lists 8
Same name and namespace in other branches
- 4.0.x src/Form/FlaggingCollectionSettingsForm.php \Drupal\flag_lists\Form\FlaggingCollectionSettingsForm::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/ FlaggingCollectionSettingsForm.php, line 33
Class
- FlaggingCollectionSettingsForm
- Class FlaggingCollectionSettingsForm.
Namespace
Drupal\flag_lists\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Empty implementation of the abstract submit class.
}