You are here

public function OverviewFilterForm::resetForm in MongoDB 8.2

Resets the filter form.

File

modules/mongodb_watchdog/src/Form/OverviewFilterForm.php, line 159

Class

OverviewFilterForm
Provides the MongoDB Watchdog overview filter form.

Namespace

Drupal\mongodb_watchdog\Form

Code

public function resetForm() : void {
  $_SESSION[static::SESSION_KEY] = [];
}