You are here

public function KeyProvider::hasKeyRepository in Akamai 8.3

Confirms if key.repository service exists.

Overrides KeyProviderInterface::hasKeyRepository

2 calls to KeyProvider::hasKeyRepository()
KeyProvider::getKey in src/KeyProvider.php
Retrieves a key from the key module.
KeyProvider::getKeys in src/KeyProvider.php
Retrieves all keys from the key module.

File

src/KeyProvider.php, line 30

Class

KeyProvider
Wrapper around the optional key.provider service.

Namespace

Drupal\akamai

Code

public function hasKeyRepository() {
  return isset($this->keyRepository);
}