You are here

abstract protected function AppApiKeyAddFormBase::getAppOwner in Apigee Edge 8

Returns the app owner id. This needs to come from the route.

Return value

string The app owner id.

1 call to AppApiKeyAddFormBase::getAppOwner()
AppApiKeyAddFormBase::buildForm in src/Form/AppApiKeyAddFormBase.php
Form constructor.
2 methods override AppApiKeyAddFormBase::getAppOwner()
DeveloperAppApiKeyAddForm::getAppOwner in src/Form/DeveloperAppApiKeyAddForm.php
Returns the app owner id. This needs to come from the route.
TeamAppApiKeyAddForm::getAppOwner in modules/apigee_edge_teams/src/Form/TeamAppApiKeyAddForm.php
Returns the app owner id. This needs to come from the route.

File

src/Form/AppApiKeyAddFormBase.php, line 85

Class

AppApiKeyAddFormBase
Provides app API key add base form.

Namespace

Drupal\apigee_edge\Form

Code

protected abstract function getAppOwner() : string;