You are here

public function BulkEditForm::getCancelUrl in Views Bulk Edit 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

src/Form/BulkEditForm.php, line 145

Class

BulkEditForm
The bulk edit form.

Namespace

Drupal\views_bulk_edit\Form

Code

public function getCancelUrl() {
  return new Url('<front>');
}