public function NegotiationBrowserDeleteForm::getCancelUrl in Drupal 8
Same name and namespace in other branches
- 9 core/modules/language/src/Form/NegotiationBrowserDeleteForm.php \Drupal\language\Form\NegotiationBrowserDeleteForm::getCancelUrl()
Returns the route to go to if the user cancels the action.
Return value
\Drupal\Core\Url A URL object.
Overrides ConfirmFormInterface::getCancelUrl
File
- core/
modules/ language/ src/ Form/ NegotiationBrowserDeleteForm.php, line 42
Class
- NegotiationBrowserDeleteForm
- Defines a confirmation form for deleting a browser language negotiation mapping.
Namespace
Drupal\language\FormCode
public function getCancelUrl() {
return new Url('language.negotiation_browser');
}