function FileExampleReadWriteForm::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
-
modules/
file_example/ src/ Form/ FileExampleReadWriteForm.php, line 202
Class
- FileExampleReadWriteForm
- File test form class.
Namespace
Drupal\file_example\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Intentionally left empty.
}