You are here

protected function DeveloperAppCredentialController::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

src/Entity/Controller/DeveloperAppCredentialController.php, line 48

Class

DeveloperAppCredentialController
Definition of the developer app credential controller service.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

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