You are here

public function MultiNodeAddForm::submitForm in Multi Node Add 8

Form submission handler.

Overrides FormInterface::submitForm

File

src/Form/MultiNodeAddForm.php, line 147

Class

MultiNodeAddForm
Form to launch Multi Node Add process.

Namespace

Drupal\multi_node_add\Form

Code

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

  // This form never gets submitted, really.
  // Everything is handled by Javascript.
}