function QueueExampleForm::submitForm
Same name in other branches
- 4.0.x modules/queue_example/src/Form/QueueExampleForm.php \Drupal\queue_example\Form\QueueExampleForm::submitForm()
Overrides FormInterface::submitForm
File
-
modules/
queue_example/ src/ Form/ QueueExampleForm.php, line 214
Class
- QueueExampleForm
- Form with examples on how to use queue.
Namespace
Drupal\queue_example\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}