You are here

abstract protected function KeyProviderRequirementsBase::realGetKeyValue in Apigee Edge 8

The method that returns a key's value after pre-requirements got validated.

Parameters

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

1 call to KeyProviderRequirementsBase::realGetKeyValue()
KeyProviderRequirementsBase::getKeyValue in src/Plugin/KeyProvider/KeyProviderRequirementsBase.php
Returns the value of a key.
2 methods override KeyProviderRequirementsBase::realGetKeyValue()
EnvironmentVariablesKeyProvider::realGetKeyValue in src/Plugin/KeyProvider/EnvironmentVariablesKeyProvider.php
The method that returns a key's value after pre-requirements got validated.
PrivateFileKeyProvider::realGetKeyValue in src/Plugin/KeyProvider/PrivateFileKeyProvider.php
The method that returns a key's value after pre-requirements got validated.

File

src/Plugin/KeyProvider/KeyProviderRequirementsBase.php, line 113

Class

KeyProviderRequirementsBase
Base class for key providers with pre-requirements.

Namespace

Drupal\apigee_edge\Plugin\KeyProvider

Code

protected abstract function realGetKeyValue(KeyInterface $key);