You are here

public function TeamAppCredentialControllerFactoryInterface::teamAppCredentialController in Apigee Edge 8

Returns a preconfigured controller for the owner's app.

Parameters

string $owner: The name of a team (company).

string $app_name: Name of an app. (Not an app id, because app credentials endpoints does not allow to use them.)

Return value

\Drupal\apigee_edge_teams\Entity\Controller\TeamAppCredentialControllerInterface The team app credentials controller.

1 method overrides TeamAppCredentialControllerFactoryInterface::teamAppCredentialController()
TeamAppCredentialControllerFactory::teamAppCredentialController in modules/apigee_edge_teams/src/Entity/Controller/TeamAppCredentialControllerFactory.php
Returns a preconfigured controller for the owner's app.

File

modules/apigee_edge_teams/src/Entity/Controller/TeamAppCredentialControllerFactoryInterface.php, line 40

Class

TeamAppCredentialControllerFactoryInterface
Base definition of the team app credential factory service.

Namespace

Drupal\apigee_edge_teams\Entity\Controller

Code

public function teamAppCredentialController(string $owner, string $app_name) : TeamAppCredentialControllerInterface;