You are here

public function FeedDeleteForm::getCancelUrl in Feeds 8.3

@todo Set the correct route once views can override paths.

Overrides ConfirmFormInterface::getCancelUrl

File

src/Form/FeedDeleteForm.php, line 40

Class

FeedDeleteForm
Provides a form for deleting a Feed.

Namespace

Drupal\feeds\Form

Code

public function getCancelUrl() {
  return $this->entity
    ->toUrl();
}