You are here

abstract public function DeleteForm::submitForm in Activity 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

2 methods override DeleteForm::submitForm()
DeleteActionForm::submitForm in src/Form/DeleteActionForm.php
Form submission handler.
DeleteActivityForm::submitForm in src/Form/DeleteActivityForm.php
Form submission handler.

File

src/Form/DeleteForm.php, line 86

Class

DeleteForm
Delete base form.

Namespace

Drupal\activity\Form

Code

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