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\FormCode
public function getCancelUrl() {
return new Url('entity.apidoc.collection');
}