public function QueueExampleForm::submitForm in Examples for Developers 8
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
- queue_example/
src/ Forms/ QueueExampleForm.php, line 214
Class
- QueueExampleForm
- Form with examples on how to use queue.
Namespace
Drupal\queue_example\FormsCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}