You are here

abstract protected function AppApiKeyConfirmFormBase::appCredentialController in Apigee Edge 8

Returns the app credential controller.

Parameters

string $owner: The developer id (UUID), email address or team (company) name.

string $app_name: The name of an app.

Return value

\Drupal\apigee_edge\Entity\Controller\AppCredentialControllerInterface The app credential controller.

File

src/Form/AppApiKeyConfirmFormBase.php, line 59

Class

AppApiKeyConfirmFormBase
Provides a base confirmation form for app API key.

Namespace

Drupal\apigee_edge\Form

Code

protected abstract function appCredentialController(string $owner, string $app_name) : AppCredentialControllerInterface;