abstract protected function AppCredentialControllerBase::decorated in Apigee Edge 8
Returns the decorated app credential controller from the SDK.
Return value
\Apigee\Edge\Api\Management\Controller\AppCredentialController The initialized app credential controller.
2 methods override AppCredentialControllerBase::decorated()
- DeveloperAppCredentialController::decorated in src/
Entity/ Controller/ DeveloperAppCredentialController.php - Returns the decorated app credential controller from the SDK.
- TeamAppCredentialController::decorated in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppCredentialController.php - Returns the decorated app credential controller from the SDK.
File
- src/
Entity/ Controller/ AppCredentialControllerBase.php, line 143
Class
- AppCredentialControllerBase
- Base class for developer- and company app credential controller services.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
protected abstract function decorated() : EdgeAppCredentialController;