public function HtaccessDownloadForm::submitForm in Htaccess 8.2
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/ HtaccessDownloadForm.php, line 64 - Contains Drupal\htaccess\Form\HtaccessDownloadForm.
Class
- HtaccessDownloadForm
- Defines a form to configure RSVP List module settings
Namespace
Drupal\htaccess\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}