public function FacConfigEnableConfirmForm::getCancelUrl in Fast Autocomplete 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/ FacConfigEnableConfirmForm.php, line 31
Class
- FacConfigEnableConfirmForm
- Defines a confirm form for disabling an index.
Namespace
Drupal\fac\FormCode
public function getCancelUrl() {
return new Url('entity.fac_config.collection');
}