You are here

public function IPRangesDeleteForm::getCancelRoute in IP Ranges 8

File

lib/Drupal/ip_ranges/Form/IPRangesDeleteForm.php, line 34
Contains \Drupal\ip_ranges\Form\IPRangesDeleteForm

Class

IPRangesDeleteForm

Namespace

Drupal\ip_ranges\Form

Code

public function getCancelRoute() {
  return new Url('ip_ranges.admin_list');
}