You are here

public function DeleteMultiple::getCancelUrl in MERCI (Manage Equipment Reservations, Checkout and Inventory) 8.2

Returns the route to go to if the user cancels the action.

Return value

\Drupal\Core\Url A URL object.

Overrides ConfirmFormInterface::getCancelUrl

File

modules/merci_line_item/src/Form/DeleteMultiple.php, line 79

Class

DeleteMultiple
Provides a node deletion confirmation form.

Namespace

Drupal\merci_line_item\Form

Code

public function getCancelUrl() {
  return new Url('system.admin_content');
}