You are here

public function KeyProviderInterface::getKeys in Akamai 8.3

Retrieves all keys from the key module.

Return value

array An array of valid keys.

Throws

\Exception Indicates the key.repository service was not found.

1 method overrides KeyProviderInterface::getKeys()
KeyProvider::getKeys in src/KeyProvider.php
Retrieves all keys from the key module.

File

src/KeyProviderInterface.php, line 38

Class

KeyProviderInterface
Interface for Key Providers.

Namespace

Drupal\akamai

Code

public function getKeys();