public function EdgeKeyTypeInterface::getAccountKey in Apigee Edge 8
Return the JSON account key decoded as an array.
Parameters
\Drupal\key\KeyInterface $key: The key entity.
Return value
array The account key as an array.
1 method overrides EdgeKeyTypeInterface::getAccountKey()
- EdgeKeyTypeBase::getAccountKey in src/
Plugin/ EdgeKeyTypeBase.php - Return the JSON account key decoded as an array.
File
- src/
Plugin/ EdgeKeyTypeInterface.php, line 222
Class
- EdgeKeyTypeInterface
- Defines an interface for Apigee Edge Key Type plugins.
Namespace
Drupal\apigee_edge\PluginCode
public function getAccountKey(KeyInterface $key) : array;