You are here

public function PathFilterForm::resetForm in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/path/src/Form/PathFilterForm.php \Drupal\path\Form\PathFilterForm::resetForm()

Resets the filter selections.

File

core/modules/path/src/Form/PathFilterForm.php, line 71
Contains \Drupal\path\Form\PathFilterForm.

Class

PathFilterForm
Provides the path admin overview filter form.

Namespace

Drupal\path\Form

Code

public function resetForm(array &$form, FormStateInterface $form_state) {
  $form_state
    ->setRedirect('path.admin_overview');
}