You are here

public function DomainPathFilterForm::resetForm in Domain Path 8

Resets the filter selections.

Overrides PathFilterForm::resetForm

File

src/Form/DomainPathFilterForm.php, line 22

Class

DomainPathFilterForm

Namespace

Drupal\domain_path\Form

Code

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