You are here

protected function TeamAppCredentialController::getAppType in Apigee Edge 8

Returns either "developer" or "team".

Return value

string Type of the apps that a credential controller supports.

Overrides AppCredentialControllerBase::getAppType

See also

\Drupal\apigee_edge\Event\AbstractAppCredentialEvent

File

modules/apigee_edge_teams/src/Entity/Controller/TeamAppCredentialController.php, line 49

Class

TeamAppCredentialController
Definition of the team app credential controller service.

Namespace

Drupal\apigee_edge_teams\Entity\Controller

Code

protected function getAppType() : string {
  return AbstractAppCredentialEvent::APP_TYPE_TEAM;
}