You are here

public function ApiDocDeleteForm::getCancelUrl in Apigee API Catalog 8

If the delete command is canceled, return to the apidoc list.

Overrides ConfirmFormInterface::getCancelUrl

File

src/Entity/Form/ApiDocDeleteForm.php, line 86

Class

ApiDocDeleteForm
Provides a form for deleting API Doc entities.

Namespace

Drupal\apigee_api_catalog\Entity\Form

Code

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