You are here

public function OverviewForm::submitForm in Events Log Track 8.2

Same name and namespace in other branches
  1. 8 src/OverviewForm.php \Drupal\event_log_track\OverviewForm::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

src/OverviewForm.php, line 217

Class

OverviewForm
Configure user settings for this site.

Namespace

Drupal\event_log_track

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
  $form_state
    ->disableRedirect();
  $form_state
    ->setRebuild();
}