public function DeleteMultiple::getCancelUrl in Support Ticketing System 8
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/
support_ticket/ src/ Form/ DeleteMultiple.php, line 84 - Contains \Drupal\support_ticket\Form\DeleteMultiple.
Class
- DeleteMultiple
- Provides a support ticket deletion confirmation form.
Namespace
Drupal\support_ticket\FormCode
public function getCancelUrl() {
return new Url('system.admin_support');
}