function QueueExampleForm::submitForm

Same name in other branches
  1. 8.x-1.x queue_example/src/Forms/QueueExampleForm.php \Drupal\queue_example\Forms\QueueExampleForm::submitForm()
  2. 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\Form

Code

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