You are here

public function DropzoneJsTestForm::submitForm in DropzoneJS 8

Same name and namespace in other branches
  1. 8.2 tests/modules/dropzonejs_test/src/Form/DropzoneJsTestForm.php \Drupal\dropzonejs_test\Form\DropzoneJsTestForm::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

tests/modules/dropzonejs_test/src/Form/DropzoneJsTestForm.php, line 39

Class

DropzoneJsTestForm
Class DropzoneJsTestForm.

Namespace

Drupal\dropzonejs_test\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
}