You are here

public function TaskSettingsForm::submitForm in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 modules/gdpr_tasks/src/Form/TaskSettingsForm.php \Drupal\gdpr_tasks\Form\TaskSettingsForm::submitForm()
  2. 3.0.x modules/gdpr_tasks/src/Form/TaskSettingsForm.php \Drupal\gdpr_tasks\Form\TaskSettingsForm::submitForm()

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/gdpr_tasks/src/Form/TaskSettingsForm.php, line 33

Class

TaskSettingsForm
Class TaskSettingsForm.

Namespace

Drupal\gdpr_tasks\Form

Code

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

  // Empty implementation of the abstract submit class.
}