public function OverviewForm::submitForm in Events Log Track 8
Same name and namespace in other branches
- 8.2 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 175
Class
- OverviewForm
- Configure user settings for this site.
Namespace
Drupal\event_log_trackCode
public function submitForm(array &$form, FormStateInterface $form_state) {
$form_state
->disableRedirect();
$form_state
->setRebuild();
}