You are here

public function QueuerDeleteForm::submitForm in Purge 8.3

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

modules/purge_ui/src/Form/QueuerDeleteForm.php, line 113

Class

QueuerDeleteForm
Delete queuer {id}.

Namespace

Drupal\purge_ui\Form

Code

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