You are here

public function ExportMultipleForm::getCancelUrl in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 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\Form

Code

public function getCancelUrl() {
  return new Url('entity.bibcite_reference.collection');
}