You are here

public static function KeyProviderInterface::obscureKeyValue in Key 8

Obscures a key value.

Parameters

string $key_value: The key value to obscure.

array $options: Options to use when obscuring the value.

Return value

string The obscured key value.

1 method overrides KeyProviderInterface::obscureKeyValue()
KeyProviderBase::obscureKeyValue in src/Plugin/KeyProviderBase.php
Obscures a key value.

File

src/Plugin/KeyProviderInterface.php, line 35

Class

KeyProviderInterface
Provides an interface for Key Provider plugins.

Namespace

Drupal\key\Plugin

Code

public static function obscureKeyValue($key_value, array $options);