You are here

protected function TeamAppApiKeyAddForm::getRedirectUrl in Apigee Edge 8

Returns the redirect url for the app.

Return value

\Drupal\Core\Url The redirect url.

Overrides AppApiKeyAddFormBase::getRedirectUrl

File

modules/apigee_edge_teams/src/Form/TeamAppApiKeyAddForm.php, line 54

Class

TeamAppApiKeyAddForm
Provides API key add form for team app.

Namespace

Drupal\apigee_edge_teams\Form

Code

protected function getRedirectUrl() : Url {
  return $this
    ->getCancelUrl();
}