abstract protected function AppApiKeyAddFormBase::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 api-key controller.
File
- src/
Form/ AppApiKeyAddFormBase.php, line 61
Class
- AppApiKeyAddFormBase
- Provides app API key add base form.
Namespace
Drupal\apigee_edge\FormCode
protected abstract function appCredentialController(string $owner, string $app_name) : AppCredentialControllerInterface;