public function CredentialsInterface::getKey in Apigee Edge 8
Gets the key entity which stores the API credentials.
Return value
\Drupal\key\KeyInterface The key entity which stores the API credentials.
1 method overrides CredentialsInterface::getKey()
- Credentials::getKey in src/
Credentials.php - Gets the key entity which stores the API credentials.
File
- src/
CredentialsInterface.php, line 47
Class
- CredentialsInterface
- Defines an interface for credentials classes.
Namespace
Drupal\apigee_edgeCode
public function getKey() : KeyInterface;