public function SlickDeleteForm::getCancelUrl in Slick Carousel 8.2
Same name and namespace in other branches
- 8 slick_ui/src/Form/SlickDeleteForm.php \Drupal\slick_ui\Form\SlickDeleteForm::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
- slick_ui/
src/ Form/ SlickDeleteForm.php, line 15
Class
- SlickDeleteForm
- Builds the form to delete a Slick optionset.
Namespace
Drupal\slick_ui\FormCode
public function getCancelUrl() {
return new Url('entity.slick.collection');
}