public function LibraryListForm::getCancelUrl in Skinr 8.2
Returns the route to go to if the user cancels the action.
Return value
\Drupal\Core\Url A URL object.
Overrides ConfirmFormInterface::getCancelUrl
File
- skinr_ui/
src/ Form/ LibraryListForm.php, line 37 - Contains \Drupal\skinr_ui\Form\LibraryListForm.
Class
- LibraryListForm
- Provides skinr plugin installation interface.
Namespace
Drupal\skinr_ui\FormCode
public function getCancelUrl() {
return new Url('skinr_ui.library');
}