You are here

public function TeamDeleteForm::getCancelUrl in Apigee Edge 8

Overrides EntityDeleteFormTrait::getCancelUrl

File

modules/apigee_edge_teams/src/Entity/Form/TeamDeleteForm.php, line 65

Class

TeamDeleteForm
General form handler for the team delete forms.

Namespace

Drupal\apigee_edge_teams\Entity\Form

Code

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