You are here

public function EdgeKeyTypeInterface::getInstanceType in Apigee Edge 8

Gets the instance type (public, private or hybrid).

Parameters

\Drupal\key\KeyInterface $key: The key entity.

Return value

string The instance type, either `public`, `private` or `hybrid`.

1 method overrides EdgeKeyTypeInterface::getInstanceType()
EdgeKeyTypeBase::getInstanceType in src/Plugin/EdgeKeyTypeBase.php
Gets the instance type (public, private or hybrid).

File

src/Plugin/EdgeKeyTypeInterface.php, line 127

Class

EdgeKeyTypeInterface
Defines an interface for Apigee Edge Key Type plugins.

Namespace

Drupal\apigee_edge\Plugin

Code

public function getInstanceType(KeyInterface $key) : string;