public function CaptchaPointDisableForm::getCancelUrl in CAPTCHA 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
- src/
Form/ CaptchaPointDisableForm.php, line 31
Class
- CaptchaPointDisableForm
- Builds the form to delete a Captcha Point.
Namespace
Drupal\captcha\FormCode
public function getCancelUrl() {
return new Url('captcha_point.list');
}