public function ExportMultipleForm::getCancelUrl in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_export/src/Form/ExportMultipleForm.php \Drupal\bibcite_export\Form\ExportMultipleForm::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
- modules/
bibcite_export/ src/ Form/ ExportMultipleForm.php, line 90
Class
- ExportMultipleForm
- Export multiple reference entities.
Namespace
Drupal\bibcite_export\FormCode
public function getCancelUrl() {
return new Url('entity.bibcite_reference.collection');
}